IWorkspaceClientExt::GetResourceId method (workspaceruntimeclientext.h)

Returns the ID of the custom client in RemoteApp and Desktop Connection.

Syntax

HRESULT GetResourceId(
  [out] BSTR *bstrWorkspaceId
);

Parameters

[out] bstrWorkspaceId

A pointer to a BSTR variable to receive the ID of the custom client.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header workspaceruntimeclientext.h

See also

IWorkspaceClientExt