| 688 | } |
| 689 | |
| 690 | void NanaBox::RdpClient::SyncSessionDisplaySettings() |
| 691 | { |
| 692 | winrt::check_hresult( |
| 693 | this->m_RdpClient->SyncSessionDisplaySettings()); |
| 694 | } |
| 695 | |
| 696 | void NanaBox::RdpClient::UpdateSessionDisplaySettings( |
| 697 | ULONG DesktopWidth, |
nothing calls this directly
no outgoing calls
no test coverage detected