File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -804,6 +804,13 @@ HRESULT CMsRdpExtendedSettings::ApplyRdpFile(void* rdpFilePtr)
804
804
value.vt = VT_BSTR;
805
805
pMsRdpExtendedSettings->put_CoreProperty (propName, &value);
806
806
}
807
+ else if (MsRdpEx_RdpFileEntry_IsMatch (entry, ' s' , " ClientDeviceName" )) {
808
+ bstr_t propName = _com_util::ConvertStringToBSTR (entry->name );
809
+ bstr_t propValue = _com_util::ConvertStringToBSTR (entry->value );
810
+ value.bstrVal = propValue;
811
+ value.vt = VT_BSTR;
812
+ pMsRdpExtendedSettings->put_CoreProperty (propName, &value);
813
+ }
807
814
else if (MsRdpEx_RdpFileEntry_IsMatch (entry, ' s' , " ConnectionBarText" )) {
808
815
bstr_t propName = _com_util::ConvertStringToBSTR (entry->name );
809
816
bstr_t propValue = _com_util::ConvertStringToBSTR (entry->value );
You can’t perform that action at this time.
0 commit comments