IMsRdpClientNonScriptable7::Clipboard property

Gets the Clipboard controller used to synchronize the local and remote clipboards if manual clipboard sync is enabled.

This property is read-only.

Syntax

HRESULT get_Clipboard(
  [out, retval] IMsRdpClipboard** ppClipboard
);

Property value

An IMsRdpClipboard that represents the Clipboard controller used to synchronize the local and remote clipboards if manual clipboard sync is enabled (that is, the ManualClipboardSyncEnabled property value is set to True).

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803 (build 17134)
Type library MsTscAx.dll
DLL MsTscAx.dll
IID IID_IMsRdpClientNonScriptable7 is defined as 71B4A60A-FE21-46D8-A39B-8E32BA0C5ECC

See also

IMsRdpClientNonScriptable7