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

Method ShowRedirectionWarningDialog

NanaBox/RdpClient.cpp:2673–2680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2671}
2672
2673bool 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
2682void NanaBox::RdpClient::ShowRedirectionWarningDialog(
2683 bool const& Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected