Changeset 18278 in vbox
- Timestamp:
- Mar 25, 2009 7:54:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ApplianceImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r18273 r18278 3883 3883 rc = pHardDisk->COMGETTER(Name)(bstrName.asOutParam()); 3884 3884 if (FAILED(rc)) throw rc; 3885 3886 // force reading state, or else size will be returned as 0 3887 MediaState_T ms; 3888 rc = pHardDisk->COMGETTER(State)(&ms); 3889 if (FAILED(rc)) throw rc; 3890 3885 3891 ULONG64 ullSize; 3886 3892 rc = pHardDisk->COMGETTER(Size)(&ullSize);
Note:
See TracChangeset
for help on using the changeset viewer.

