Changeset 70790 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jan 29, 2018 12:31:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r70719 r70790 1846 1846 Bstr videoChannelQuality; 1847 1847 vrdeServer->GetVRDEProperty(Bstr("VideoChannel/Quality").raw(), videoChannelQuality.asOutParam()); 1848 AuthType_T authType ;1848 AuthType_T authType = (AuthType_T)0; 1849 1849 const char *strAuthType; 1850 1850 vrdeServer->COMGETTER(AuthType)(&authType);
Note:
See TracChangeset
for help on using the changeset viewer.