Searched defs:GetMediumAttachments (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_1.h2641 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2708 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2962 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3159 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3443 nsresult (*GetMediumAttachments)(IMachine *pThis, PRUint32 *mediumAttachmentsSize, IMediumAttachment * **mediumAttachments); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5144 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 303 milliseconds