Changeset 17825 in vbox for trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
- Timestamp:
- Mar 13, 2009 2:03:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp
r17737 r17825 315 315 nsCOMPtr <IProgress> progress; 316 316 rc = hardDisk->CreateDynamicStorage(100, // size in megabytes 317 HardDiskVariant_Standard, 317 318 getter_AddRefs(progress)); // optional progress object 318 319 if (NS_FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.