| 2566 | #pragma region PreferredRedirectionInfo |
| 2567 | |
| 2568 | bool 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 | |
| 2577 | void NanaBox::RdpClient::UseRedirectionServerName( |
| 2578 | bool const& Value) |
nothing calls this directly
no outgoing calls
no test coverage detected