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

Method LaunchedViaClientShellInterface

NanaBox/RdpClient.cpp:2999–3006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2997}
2998
2999bool NanaBox::RdpClient::LaunchedViaClientShellInterface()
3000{
3001 VARIANT_BOOL RawValue;
3002 winrt::check_hresult(
3003 this->m_NonScriptable->get_LaunchedViaClientShellInterface(
3004 &RawValue));
3005 return RawValue;
3006}
3007
3008void NanaBox::RdpClient::LaunchedViaClientShellInterface(
3009 bool const& Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected