IDeskBar::GetClient method (shobjidl_core.h)

Gets the client object.

Syntax

HRESULT GetClient(
  [out] IUnknown **ppunkClient
);

Parameters

[out] ppunkClient

Type: IUnknown**

The address of a pointer to a variable of type IUnknown that receives the client used by the desk bar.

Return value

Type: HRESULT

Returns S_OK if the client object is returned, or an error value otherwise.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)
DLL Shell32.dll (version 5.0 or later)