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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2829 nsresult (*SetDevFunction)(IPciAddress *pThis, PRInt16 devFunction); member in struct:IPciAddress_vtbl
H A DVBoxCAPI_v4_1.h3020 nsresult (*SetDevFunction)(IPciAddress *pThis, PRInt16 devFunction); member in struct:IPciAddress_vtbl
H A DVBoxCAPI_v4_2.h3289 nsresult (*SetDevFunction)(IPCIAddress *pThis, PRInt16 devFunction); member in struct:IPCIAddress_vtbl
H A DVBoxCAPI_v4_3.h4893 nsresult (*SetDevFunction)(IPCIAddress *pThis, PRInt16 devFunction); member in struct:IPCIAddress_vtbl
4919 nsresult (*SetDevFunction)(IPCIAddress *pThis, PRInt16 devFunction); member in struct:IPCIAddressVtbl
4945 #define IPCIAddress_put_DevFunction(p, aDevFunction) ((p)->lpVtbl->SetDevFunction(p, aDevFunction))
4946 #define IPCIAddress_SetDevFunction(p, aDevFunction) ((p)->lpVtbl->SetDevFunction(p, aDevFunction))

Completed in 304 milliseconds