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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2828 nsresult (*GetDevFunction)(IPciAddress *pThis, PRInt16 *devFunction); member in struct:IPciAddress_vtbl
H A DVBoxCAPI_v4_1.h3019 nsresult (*GetDevFunction)(IPciAddress *pThis, PRInt16 *devFunction); member in struct:IPciAddress_vtbl
H A DVBoxCAPI_v4_2.h3288 nsresult (*GetDevFunction)(IPCIAddress *pThis, PRInt16 *devFunction); member in struct:IPCIAddress_vtbl
H A DVBoxCAPI_v4_3.h4892 nsresult (*GetDevFunction)(IPCIAddress *pThis, PRInt16 *devFunction); member in struct:IPCIAddress_vtbl
4918 nsresult (*GetDevFunction)(IPCIAddress *pThis, PRInt16 *devFunction); member in struct:IPCIAddressVtbl
4943 #define IPCIAddress_get_DevFunction(p, aDevFunction) ((p)->lpVtbl->GetDevFunction(p, aDevFunction))
4944 #define IPCIAddress_GetDevFunction(p, aDevFunction) ((p)->lpVtbl->GetDevFunction(p, aDevFunction))

Completed in 320 milliseconds