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

/vbox/src/VBox/Main/src-server/
H A DMediumLock.cpp67 const ComObjPtr<Medium> &MediumLock::GetMedium() const function in class:MediumLock
188 if (it->GetMedium() == aMedium)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2738 nsresult (*GetMedium)( member in struct:IMachine_vtbl
3846 nsresult (*GetMedium)(IMediumAttachment *pThis, IMedium * *medium); member in struct:IMediumAttachment_vtbl
H A DVBoxCAPI_v3_2.h2817 nsresult (*GetMedium)( member in struct:IMachine_vtbl
4050 nsresult (*GetMedium)(IMediumAttachment *pThis, IMedium * *medium); member in struct:IMediumAttachment_vtbl
H A DVBoxCAPI_v4_0.h3109 nsresult (*GetMedium)( member in struct:IMachine_vtbl
4313 nsresult (*GetMedium)(IMediumAttachment *pThis, IMedium * *medium); member in struct:IMediumAttachment_vtbl
H A DVBoxCAPI_v4_1.h3322 nsresult (*GetMedium)( member in struct:IMachine_vtbl
4681 nsresult (*GetMedium)(IMediumAttachment *pThis, IMedium * *medium); member in struct:IMediumAttachment_vtbl
H A DVBoxCAPI_v4_2.h3658 nsresult (*GetMedium)( member in struct:IMachine_vtbl
5594 nsresult (*GetMedium)(IMediumAttachment *pThis, IMedium * *medium); member in struct:IMediumAttachment_vtbl
H A DVBoxCAPI_v4_3.h5374 nsresult (*GetMedium)( member in struct:IMachine_vtbl
6098 nsresult (*GetMedium)( member in struct:IMachineVtbl
6767 #define IMachine_GetMedium(p, aName, aControllerPort, aDevice, aMedium) ((p)->lpVtbl->GetMedium(p, aName, aControllerPort, aDevice, aMedium))
11097 nsresult (*GetMedium)(IMediumAttachment *pThis, IMedium * *medium); member in struct:IMediumAttachment_vtbl
11128 nsresult (*GetMedium)(IMediumAttachment *pThis, IMedium * *medium); member in struct:IMediumAttachmentVtbl
11156 #define IMediumAttachment_get_Medium(p, aMedium) ((p)->lpVtbl->GetMedium(p, aMedium))
11157 #define IMediumAttachment_GetMedium(p, aMedium) ((p)->lpVtbl->GetMedium(p, aMedium))

Completed in 247 milliseconds