Changeset 89581 in vbox
- Timestamp:
- Jun 9, 2021 1:45:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r89580 r89581 3699 3699 throw ConfigError(__FUNCTION__, VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR, "line: " RT_XSTR(__LINE__))) 3700 3700 3701 HRESULT hrc;3702 3703 3701 InsertConfigString(pLUN, "Driver", "AUDIO"); 3704 3702 … … 3782 3780 { 3783 3781 Bstr bstrTmp; 3784 hrc = pMachine->COMGETTER(Id)(bstrTmp.asOutParam());H();3782 HRESULT hrc = pMachine->COMGETTER(Id)(bstrTmp.asOutParam()); H(); 3785 3783 InsertConfigString(pCfg, "VmUuid", bstrTmp); 3786 3784 } … … 3792 3790 { 3793 3791 Bstr bstrTmp; 3794 hrc = pMachine->COMGETTER(Name)(bstrTmp.asOutParam());H();3792 HRESULT hrc = pMachine->COMGETTER(Name)(bstrTmp.asOutParam()); H(); 3795 3793 InsertConfigString(pCfg, "VmName", bstrTmp); 3796 3794 }
Note:
See TracChangeset
for help on using the changeset viewer.