| 888 | } |
| 889 | |
| 890 | void NanaBox::RdpClient::KeyBoardLayoutStr( |
| 891 | winrt::hstring const& Value) |
| 892 | { |
| 893 | winrt::bstr RawValue; |
| 894 | RawValue.attach(::SysAllocString(Value.c_str())); |
| 895 | winrt::check_hresult( |
| 896 | this->m_AdvancedSettings->put_KeyBoardLayoutStr( |
| 897 | RawValue.get())); |
| 898 | } |
| 899 | |
| 900 | void NanaBox::RdpClient::PluginDlls( |
| 901 | winrt::hstring const& Value) |
nothing calls this directly
no outgoing calls
no test coverage detected