Searched defs:GetPortVersion (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4222 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDevice_vtbl
H A DVBoxCAPI_v3_0.h4748 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDevice_vtbl
H A DVBoxCAPI_v3_1.h4646 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDevice_vtbl
H A DVBoxCAPI_v3_2.h4871 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDevice_vtbl
H A DVBoxCAPI_v4_0.h5289 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDevice_vtbl
H A DVBoxCAPI_v4_1.h5681 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDevice_vtbl
H A DVBoxCAPI_v4_2.h6622 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDevice_vtbl
H A DVBoxCAPI_v4_3.h13743 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDevice_vtbl
13774 nsresult (*GetPortVersion)(IUSBDevice *pThis, PRUint16 *portVersion); member in struct:IUSBDeviceVtbl
13802 #define IUSBDevice_get_PortVersion(p, aPortVersion) ((p)->lpVtbl->GetPortVersion(p, aPortVersion))
13803 #define IUSBDevice_GetPortVersion(p, aPortVersion) ((p)->lpVtbl->GetPortVersion(p, aPortVersion))
14008 nsresult (*GetPortVersion)(IHostUSBDevice *pThis, PRUint16 *portVersion); member in struct:IHostUSBDeviceVtbl
14038 #define IHostUSBDevice_get_PortVersion(p, aPortVersion) ((p)->lpVtbl->GetPortVersion(p, aPortVersion))
14039 #define IHostUSBDevice_GetPortVersion(p, aPortVersion) ((p)->lpVtbl->GetPortVersion(p, aPortVersion))

Completed in 347 milliseconds