IWorkspaceClientExt::GetResourceDisplayName method (workspaceruntimeclientext.h)

Returns the display name of the custom client in RemoteApp and Desktop Connection.

Syntax

HRESULT GetResourceDisplayName(
  [out] BSTR *bstrWorkspaceDisplayName
);

Parameters

[out] bstrWorkspaceDisplayName

A pointer to a BSTR variable to receive the display name.

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