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

/vbox/src/VBox/Main/include/
H A DMediumImpl.h244 HRESULT getReadOnly(BOOL *aReadOnly);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp1923 HRESULT Medium::getReadOnly(BOOL *aReadOnly) argument
1926 *aReadOnly = i_isReadOnly();
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h11597 #define IMedium_get_ReadOnly(p, aReadOnly) ((p)->lpVtbl->GetReadOnly(p, aReadOnly))
11598 #define IMedium_GetReadOnly(p, aReadOnly) ((p)->lpVtbl->GetReadOnly(p, aReadOnly))

Completed in 196 milliseconds