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

Method UseRedirectionServerName

NanaBox/RdpClient.cpp:2568–2575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2566#pragma region PreferredRedirectionInfo
2567
2568bool NanaBox::RdpClient::UseRedirectionServerName()
2569{
2570 VARIANT_BOOL RawValue;
2571 winrt::check_hresult(
2572 this->m_RedirectionInfo->get_UseRedirectionServerName(
2573 &RawValue));
2574 return RawValue;
2575}
2576
2577void NanaBox::RdpClient::UseRedirectionServerName(
2578 bool const& Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected