IMsRdpClientAdvancedSettings6::PCB property

Specifies the preconnection BLOB (PCB) setting to use prior to connecting for transmission to the server.

This property is read/write.

Syntax

HRESULT put_PCB(
  [in]          BSTR bstrPCB
);

HRESULT get_PCB(
  [out, retval] BSTR *pbstrPCB
);

Property value

Specifies the BLOB setting to use prior to connecting.

Remarks

This property is only supported by Remote Desktop Connection 6.1 and 7.0 clients.

The server uses the BLOB setting to identify the target process for the connection.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings6 is defined as 222c4b5d-45d9-4df0-a7c6-60cf9089d285

See also

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings6