IWRdsProtocolConnection::GetClientData method (wtsprotocol.h)

Requests client settings from the protocol.

Syntax

HRESULT GetClientData(
  [out] WRDS_CLIENT_DATA *pClientData
);

Parameters

[out] pClientData

A pointer to a WRDS_CLIENT_DATA structure that contains the client settings.

Return value

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

Upon receiving an error, the Remote Desktop Services service will drop the connection.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header wtsprotocol.h

See also

IWRdsProtocolConnection