| 2547 | } |
| 2548 | |
| 2549 | bool NanaBox::RdpClient::IsRemoteProgramClientInstalled() |
| 2550 | { |
| 2551 | VARIANT_BOOL RawValue; |
| 2552 | winrt::check_hresult( |
| 2553 | this->m_Shell->get_IsRemoteProgramClientInstalled( |
| 2554 | &RawValue)); |
| 2555 | return RawValue; |
| 2556 | } |
| 2557 | |
| 2558 | void NanaBox::RdpClient::ShowTrustedSitesManagementDialog() |
| 2559 | { |
nothing calls this directly
no outgoing calls
no test coverage detected