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

Method MaximizeShell

NanaBox/RdpClient.cpp:1064–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062}
1063
1064bool NanaBox::RdpClient::MaximizeShell()
1065{
1066 LONG RawValue;
1067 winrt::check_hresult(
1068 this->m_AdvancedSettings->get_MaximizeShell(
1069 &RawValue));
1070 return RawValue;
1071}
1072
1073void NanaBox::RdpClient::MaximizeShell(
1074 bool const& Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected