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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4161 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBController_vtbl
H A DVBoxCAPI_v3_0.h4687 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBController_vtbl
H A DVBoxCAPI_v3_1.h4585 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBController_vtbl
H A DVBoxCAPI_v3_2.h4810 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBController_vtbl
H A DVBoxCAPI_v4_0.h5228 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBController_vtbl
H A DVBoxCAPI_v4_1.h5620 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBController_vtbl
H A DVBoxCAPI_v4_2.h6561 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBController_vtbl
H A DVBoxCAPI_v4_3.h13672 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBController_vtbl
13685 nsresult (*GetUSBStandard)(IUSBController *pThis, PRUint16 *USBStandard); member in struct:IUSBControllerVtbl
13695 #define IUSBController_get_USBStandard(p, aUSBStandard) ((p)->lpVtbl->GetUSBStandard(p, aUSBStandard))
13696 #define IUSBController_GetUSBStandard(p, aUSBStandard) ((p)->lpVtbl->GetUSBStandard(p, aUSBStandard))

Completed in 273 milliseconds