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

Method IsRemoteProgramClientInstalled

NanaBox/RdpClient.cpp:2549–2556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2547}
2548
2549bool 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
2558void NanaBox::RdpClient::ShowTrustedSitesManagementDialog()
2559{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected