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