Changeset 71063 in vbox
- Timestamp:
- Feb 19, 2018 5:36:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp
r71053 r71063 1355 1355 Bstr bstrLocation; 1356 1356 rc = pMedium->COMGETTER(Location)(bstrLocation.asOutParam()); 1357 if (FAILED(rc)) 1357 if (FAILED(rc)) 1358 1358 { 1359 1359 fSupported = false; … … 1363 1363 DeviceType_T deviceType; 1364 1364 rc = pMedium->COMGETTER(DeviceType)(&deviceType); 1365 if (FAILED(rc)) 1365 if (FAILED(rc)) 1366 1366 { 1367 1367 fSupported = false; … … 1371 1371 ComPtr<IMediumFormat> mediumFormat; 1372 1372 rc = pMedium->COMGETTER(MediumFormat)(mediumFormat.asOutParam()); 1373 if (FAILED(rc)) 1373 if (FAILED(rc)) 1374 1374 { 1375 1375 fSupported = false;
Note:
See TracChangeset
for help on using the changeset viewer.

