IMsRdpClientSecuredSettings2::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 *bstrPCB
);

Property value

The PCB setting.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll

See also

IMsRdpClientSecuredSettings2