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

Method KeyBoardLayoutStr

NanaBox/RdpClient.cpp:890–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890void 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
900void NanaBox::RdpClient::PluginDlls(
901 winrt::hstring const& Value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected