Changeset 50196 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jan 23, 2014 6:15:23 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstOVF.cpp
r50117 r50196 116 116 com::SafeArray<BSTR> aRefs; 117 117 com::SafeArray<BSTR> aOvfValues; 118 com::SafeArray<BSTR> aV boxValues;118 com::SafeArray<BSTR> aVBoxValues; 119 119 com::SafeArray<BSTR> aExtraConfigValues; 120 120 rc = pVSys->GetDescription(ComSafeArrayAsOutParam(aTypes), 121 121 ComSafeArrayAsOutParam(aRefs), 122 122 ComSafeArrayAsOutParam(aOvfValues), 123 ComSafeArrayAsOutParam(aV boxValues),123 ComSafeArrayAsOutParam(aVBoxValues), 124 124 ComSafeArrayAsOutParam(aExtraConfigValues)); 125 125 if (FAILED(rc)) throw MyError(rc, "VirtualSystemDescription::GetDescription() failed\n"); … … 226 226 u, u2, t, pcszType, 227 227 aOvfValues[u2], 228 aV boxValues[u2],228 aVBoxValues[u2], 229 229 aExtraConfigValues[u2]); 230 230 }
Note:
See TracChangeset
for help on using the changeset viewer.