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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2864 nsresult (*GetHostAddress)(IPciDeviceAttachment *pThis, PRInt32 *hostAddress); member in struct:IPciDeviceAttachment_vtbl
H A DVBoxCAPI_v4_1.h3055 nsresult (*GetHostAddress)(IPciDeviceAttachment *pThis, PRInt32 *hostAddress); member in struct:IPciDeviceAttachment_vtbl
H A DVBoxCAPI_v4_2.h3324 nsresult (*GetHostAddress)(IPCIDeviceAttachment *pThis, PRInt32 *hostAddress); member in struct:IPCIDeviceAttachment_vtbl
H A DVBoxCAPI_v4_3.h4979 nsresult (*GetHostAddress)(IPCIDeviceAttachment *pThis, PRInt32 *hostAddress); member in struct:IPCIDeviceAttachment_vtbl
4994 nsresult (*GetHostAddress)(IPCIDeviceAttachment *pThis, PRInt32 *hostAddress); member in struct:IPCIDeviceAttachmentVtbl
5006 #define IPCIDeviceAttachment_get_HostAddress(p, aHostAddress) ((p)->lpVtbl->GetHostAddress(p, aHostAddress))
5007 #define IPCIDeviceAttachment_GetHostAddress(p, aHostAddress) ((p)->lpVtbl->GetHostAddress(p, aHostAddress))

Completed in 468 milliseconds