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

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp643 HRESULT SystemProperties::getMediumFormats(std::vector<ComPtr<IMediumFormat> > &aMediumFormats) argument
646 aMediumFormats.resize(mediumFormats.size());
649 (*it).queryInterfaceTo(aMediumFormats[i].asOutParam());

Completed in 45 milliseconds