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

Method SyncSessionDisplaySettings

NanaBox/RdpClient.cpp:690–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690void NanaBox::RdpClient::SyncSessionDisplaySettings()
691{
692 winrt::check_hresult(
693 this->m_RdpClient->SyncSessionDisplaySettings());
694}
695
696void NanaBox::RdpClient::UpdateSessionDisplaySettings(
697 ULONG DesktopWidth,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected