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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2862 nsresult (*GetIsPhysicalDevice)(IPciDeviceAttachment *pThis, PRBool *isPhysicalDevice); member in struct:IPciDeviceAttachment_vtbl
H A DVBoxCAPI_v4_1.h3053 nsresult (*GetIsPhysicalDevice)(IPciDeviceAttachment *pThis, PRBool *isPhysicalDevice); member in struct:IPciDeviceAttachment_vtbl
H A DVBoxCAPI_v4_2.h3322 nsresult (*GetIsPhysicalDevice)(IPCIDeviceAttachment *pThis, PRBool *isPhysicalDevice); member in struct:IPCIDeviceAttachment_vtbl
H A DVBoxCAPI_v4_3.h4977 nsresult (*GetIsPhysicalDevice)(IPCIDeviceAttachment *pThis, PRBool *isPhysicalDevice); member in struct:IPCIDeviceAttachment_vtbl
4992 nsresult (*GetIsPhysicalDevice)(IPCIDeviceAttachment *pThis, PRBool *isPhysicalDevice); member in struct:IPCIDeviceAttachmentVtbl
5004 #define IPCIDeviceAttachment_get_IsPhysicalDevice(p, aIsPhysicalDevice) ((p)->lpVtbl->GetIsPhysicalDevice(p, aIsPhysicalDevice))
5005 #define IPCIDeviceAttachment_GetIsPhysicalDevice(p, aIsPhysicalDevice) ((p)->lpVtbl->GetIsPhysicalDevice(p, aIsPhysicalDevice))

Completed in 276 milliseconds