Changeset 29389 in vbox
- Timestamp:
- May 11, 2010 8:10:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplExport.cpp
r29353 r29389 1528 1528 1529 1529 // we need the following for the XML 1530 uint64_tcbFile = 0; // actual file size1530 ULONG64 cbFile = 0; // actual file size 1531 1531 rc = pTargetDisk->COMGETTER(Size)(&cbFile); 1532 1532 if (FAILED(rc)) throw rc;
Note:
See TracChangeset
for help on using the changeset viewer.