MCPcopy Create free account
hub / github.com/M2Team/NanaBox / SyncLocalClipboardToRemoteSession

Method SyncLocalClipboardToRemoteSession

NanaBox/RdpClient.cpp:3278–3282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3276}
3277
3278void NanaBox::RdpClient::SyncLocalClipboardToRemoteSession()
3279{
3280 winrt::check_hresult(
3281 this->m_Clipboard->SyncLocalClipboardToRemoteSession());
3282}
3283
3284bool NanaBox::RdpClient::CanSyncRemoteClipboardToLocalSession()
3285{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected