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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp259 ComPtr<IGuestOSType> pGuestOSType; local
260 rc = mVirtualBox->GetGuestOSType(Bstr(strOsTypeVBox).raw(), pGuestOSType.asOutParam());
310 rc = pGuestOSType->COMGETTER(RecommendedRAM)(&memSizeVBox2);
397 rc = pGuestOSType->COMGETTER(AdapterType)(&defaultAdapterVBox);
H A DVirtualBoxImpl.cpp3550 GuestOSType*& pGuestOSType)
3558 pGuestOSType = NULL;
3569 pGuestOSType = *it;
3549 i_findGuestOSType(const Bstr &bstrOSType, GuestOSType*& pGuestOSType) argument

Completed in 67 milliseconds