Searched refs:pAppl (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp91 ComPtr<IAppliance> pAppl; local
92 HRESULT rc = pVirtualBox->CreateAppliance(pAppl.asOutParam());
96 rc = pAppl->Read(Bstr(szAbsOVF).raw(), pProgress.asOutParam());
105 rc = pAppl->Interpret();
109 rc = pAppl->COMGETTER(VirtualSystemDescriptions)(ComSafeArrayAsOutParam(aDescriptions));
236 rc = pAppl->ImportMachines(ComSafeArrayAsInParam(sfaOptions), pProgress.asOutParam());
244 rc = pAppl->COMGETTER(Machines)(ComSafeArrayAsOutParam(aMachineUUIDs));

Completed in 42 milliseconds