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

Method StartProgram

NanaBox/RdpClient.cpp:744–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742#pragma region SecuredSettings
743
744winrt::hstring NanaBox::RdpClient::StartProgram()
745{
746 winrt::bstr RawValue;
747 winrt::check_hresult(
748 this->m_SecuredSettings->get_StartProgram(
749 RawValue.put()));
750 return winrt::hstring(RawValue.get());
751}
752
753void NanaBox::RdpClient::StartProgram(
754 winrt::hstring const& Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected