Changeset 16250 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jan 27, 2009 9:09:11 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r16239 r16250 1316 1316 // Fetch all disks 1317 1317 com::SafeArray<BSTR> retDisks; 1318 ULONG diskCount = 0;1319 1318 CHECK_ERROR_BREAK (appliance, 1320 GetDisks (ComSafeArrayAsOutParam (retDisks), (&diskCount)));1319 COMGETTER (Disks)(ComSafeArrayAsOutParam (retDisks))); 1321 1320 if (retDisks.size() > 0) 1322 1321 {
Note:
See TracChangeset
for help on using the changeset viewer.