| 2671 | } |
| 2672 | |
| 2673 | bool NanaBox::RdpClient::ShowRedirectionWarningDialog() |
| 2674 | { |
| 2675 | VARIANT_BOOL RawValue; |
| 2676 | winrt::check_hresult( |
| 2677 | this->m_NonScriptable->get_ShowRedirectionWarningDialog( |
| 2678 | &RawValue)); |
| 2679 | return RawValue; |
| 2680 | } |
| 2681 | |
| 2682 | void NanaBox::RdpClient::ShowRedirectionWarningDialog( |
| 2683 | bool const& Value) |
nothing calls this directly
no outgoing calls
no test coverage detected