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

Method SyncRemoteClipboardToLocalSession

NanaBox/RdpClient.cpp:3293–3297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3291}
3292
3293void NanaBox::RdpClient::SyncRemoteClipboardToLocalSession()
3294{
3295 winrt::check_hresult(
3296 this->m_Clipboard->SyncRemoteClipboardToLocalSession());
3297}
3298
3299#pragma endregion
3300

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected