| 3276 | } |
| 3277 | |
| 3278 | void NanaBox::RdpClient::SyncLocalClipboardToRemoteSession() |
| 3279 | { |
| 3280 | winrt::check_hresult( |
| 3281 | this->m_Clipboard->SyncLocalClipboardToRemoteSession()); |
| 3282 | } |
| 3283 | |
| 3284 | bool NanaBox::RdpClient::CanSyncRemoteClipboardToLocalSession() |
| 3285 | { |
nothing calls this directly
no outgoing calls
no test coverage detected