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

/vbox/src/VBox/Main/include/
H A DSystemPropertiesImpl.h78 HRESULT getMediumFormats(std::vector<ComPtr<IMediumFormat> > &aMediumFormats);
/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());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h8363 #define ISystemProperties_get_MediumFormats(p, aMediumFormats) ((p)->lpVtbl->GetMediumFormats(p, aMediumFormats))
8364 #define ISystemProperties_GetMediumFormats(p, aMediumFormats) ((p)->lpVtbl->GetMediumFormats(p, aMediumFormats))

Completed in 204 milliseconds