Searched defs:pNewMachine (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2668 * @param pNewMachine out: Newly created machine.
2673 ComPtr<IMachine> &pNewMachine,
2694 pNewMachine.asOutParam());
2700 rc = pNewMachine->COMSETTER(Description)(Bstr(stack.strDescription).raw());
2705 rc = pNewMachine->COMSETTER(CPUCount)(stack.cCPUs);
2710 rc = pNewMachine->SetHWVirtExProperty(HWVirtExPropertyType_Enabled, TRUE);
2715 rc = pNewMachine->COMSETTER(MemorySize)(stack.ulMemorySizeMB);
2725 rc = pNewMachine->COMSETTER(VRAMSize)(vramVBox);
2744 rc = pNewMachine->COMGETTER(BIOSSettings)(pBIOSSettings.asOutParam());
2756 rc = pNewMachine
2671 i_importMachineGeneric(const ovf::VirtualSystem &vsysThis, ComObjPtr<VirtualSystemDescription> &vsdescThis, ComPtr<IMachine> &pNewMachine, ImportStack &stack, PVDINTERFACEIO pCallbacks, PSHASTORAGE pStorage) argument
3944 ComObjPtr<Machine> pNewMachine; local
4000 ComPtr<IMachine> pNewMachine; local
[all...]

Completed in 53 milliseconds