IMsRdpClipboard::CanSyncLocalClipboardToRemoteSession method

Indicates whether the local Clipboard can be synced to the remote session.

Syntax

HRESULT CanSyncLocalClipboardToRemoteSession(
  [out, retval] VARIANT_BOOL* pfSync
);

Parameters

TRUE if the local Clipboard can be synced to the remote session; otherwise, FALSE.

Return value

Return S_OK if successful.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803 (build 17134)
Type library MsTscAx.dll
DLL MsTscAx.dll
IID IID_IMsRdpClipboard is defined as 2E769EE8-00C7-43DC-AFD9-235D75B72A40

See also

IMsRdpClipboard