Searched defs:GetGuestAddress (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2866 nsresult (*GetGuestAddress)(IPciDeviceAttachment *pThis, PRInt32 *guestAddress); member in struct:IPciDeviceAttachment_vtbl
H A DVBoxCAPI_v4_1.h3057 nsresult (*GetGuestAddress)(IPciDeviceAttachment *pThis, PRInt32 *guestAddress); member in struct:IPciDeviceAttachment_vtbl
H A DVBoxCAPI_v4_2.h3326 nsresult (*GetGuestAddress)(IPCIDeviceAttachment *pThis, PRInt32 *guestAddress); member in struct:IPCIDeviceAttachment_vtbl
H A DVBoxCAPI_v4_3.h4981 nsresult (*GetGuestAddress)(IPCIDeviceAttachment *pThis, PRInt32 *guestAddress); member in struct:IPCIDeviceAttachment_vtbl
4996 nsresult (*GetGuestAddress)(IPCIDeviceAttachment *pThis, PRInt32 *guestAddress); member in struct:IPCIDeviceAttachmentVtbl
5008 #define IPCIDeviceAttachment_get_GuestAddress(p, aGuestAddress) ((p)->lpVtbl->GetGuestAddress(p, aGuestAddress))
5009 #define IPCIDeviceAttachment_GetGuestAddress(p, aGuestAddress) ((p)->lpVtbl->GetGuestAddress(p, aGuestAddress))

Completed in 274 milliseconds