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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2826 nsresult (*SetDevice)(IPciAddress *pThis, PRInt16 device); member in struct:IPciAddress_vtbl
H A DVBoxCAPI_v4_1.h3017 nsresult (*SetDevice)(IPciAddress *pThis, PRInt16 device); member in struct:IPciAddress_vtbl
H A DVBoxCAPI_v4_2.h3286 nsresult (*SetDevice)(IPCIAddress *pThis, PRInt16 device); member in struct:IPCIAddress_vtbl
H A DVBoxCAPI_v4_3.h4890 nsresult (*SetDevice)(IPCIAddress *pThis, PRInt16 device); member in struct:IPCIAddress_vtbl
4916 nsresult (*SetDevice)(IPCIAddress *pThis, PRInt16 device); member in struct:IPCIAddressVtbl
4941 #define IPCIAddress_put_Device(p, aDevice) ((p)->lpVtbl->SetDevice(p, aDevice))
4942 #define IPCIAddress_SetDevice(p, aDevice) ((p)->lpVtbl->SetDevice(p, aDevice))

Completed in 260 milliseconds