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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1002 HRESULT VirtualBox::getGuestOSTypes(std::vector<ComPtr<IGuestOSType> > &aGuestOSTypes) argument
1005 aGuestOSTypes.resize(m->allGuestOSTypes.size());
1009 (*it).queryInterfaceTo(aGuestOSTypes[i].asOutParam());

Completed in 259 milliseconds