IMsRdpClipboard interface

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).

Members

The IMsRdpClipboard interface inherits from IUnknown. IMsRdpClipboard also has these types of members:

Methods

The IMsRdpClipboard interface has these methods.

Method Description
CanSyncLocalClipboardToRemoteSession Indicates whether the local Clipboard can be synced to the remote session.
CanSyncRemoteClipboardToLocalSession Indicates whether the remote Clipboard can be synced to the local session.
SyncLocalClipboardToRemoteSession Syncs the local Clipboard to the remote session.
SyncRemoteClipboardToLocalSession Syncs the remote Clipboard to the local session.

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

IMsRdpClientNonScriptable7::Clipboard