Searched defs:GetMediumAttachments (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_1.h | 2641 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_2.h | 2708 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_0.h | 2962 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_1.h | 3159 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_2.h | 3443 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_3.h | 5144 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl 5868 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachineVtbl 6621 #define IMachine_get_MediumAttachments(p, aMediumAttachments) ((p)->lpVtbl->GetMediumAttachments(p, aMediumAttachments)) 6622 #define IMachine_GetMediumAttachments(p, aMediumAttachments) ((p)->lpVtbl->GetMediumAttachments(p, aMediumAttachments))
|
Completed in 343 milliseconds