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

/vbox/src/VBox/Main/include/
H A DMediumImpl.h237 HRESULT getMediumFormat(ComPtr<IMediumFormat> &aMediumFormat);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp1718 HRESULT Medium::getMediumFormat(ComPtr<IMediumFormat> &aMediumFormat) argument
1721 m->formatObj.queryInterfaceTo(aMediumFormat.asOutParam());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h11583 #define IMedium_get_MediumFormat(p, aMediumFormat) ((p)->lpVtbl->GetMediumFormat(p, aMediumFormat))
11584 #define IMedium_GetMediumFormat(p, aMediumFormat) ((p)->lpVtbl->GetMediumFormat(p, aMediumFormat))

Completed in 662 milliseconds