| 2997 | } |
| 2998 | |
| 2999 | bool 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 | |
| 3008 | void NanaBox::RdpClient::LaunchedViaClientShellInterface( |
| 3009 | bool const& Value) |
nothing calls this directly
no outgoing calls
no test coverage detected