Changeset 41105 in vbox for trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
- Timestamp:
- May 1, 2012 6:14:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r40329 r41105 795 795 796 796 Log(("Finding source disk \"%ls\"\n", bstrSrcFilePath.raw())); 797 798 #if 0 // Substitute call to FindMedium to OpenMedium 797 799 HRESULT rc = mVirtualBox->FindMedium(bstrSrcFilePath.raw(), DeviceType_HardDisk, pSourceDisk.asOutParam()); 800 #endif 801 HRESULT rc = mVirtualBox->OpenMedium(bstrSrcFilePath.raw(), 802 DeviceType_HardDisk, 803 AccessMode_ReadWrite, 804 FALSE /* fForceNewUuid */, 805 pSourceDisk.asOutParam()); 798 806 if (FAILED(rc)) throw rc; 799 807
Note:
See TracChangeset
for help on using the changeset viewer.