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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4212 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDevice_vtbl
4263 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v3_0.h4738 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDevice_vtbl
4789 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v3_1.h4636 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDevice_vtbl
4687 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v3_2.h4861 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDevice_vtbl
4912 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v4_0.h5279 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDevice_vtbl
5330 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v4_1.h5671 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDevice_vtbl
5722 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v4_2.h6612 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDevice_vtbl
6663 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v4_3.h13733 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDevice_vtbl
13764 nsresult (*GetProduct)(IUSBDevice *pThis, PRUnichar * *product); member in struct:IUSBDeviceVtbl
13792 #define IUSBDevice_get_Product(p, aProduct) ((p)->lpVtbl->GetProduct(p, aProduct))
13793 #define IUSBDevice_GetProduct(p, aProduct) ((p)->lpVtbl->GetProduct(p, aProduct))
13850 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilter_vtbl
13890 nsresult (*GetProduct)(IUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IUSBDeviceFilterVtbl
13933 #define IUSBDeviceFilter_get_Product(p, aProduct) ((p)->lpVtbl->GetProduct(p, aProduct))
13934 #define IUSBDeviceFilter_GetProduct(p, aProduct) ((p)->lpVtbl->GetProduct(p, aProduct))
13998 nsresult (*GetProduct)(IHostUSBDevice *pThis, PRUnichar * *product); member in struct:IHostUSBDeviceVtbl
14028 #define IHostUSBDevice_get_Product(p, aProduct) ((p)->lpVtbl->GetProduct(
14098 nsresult (*GetProduct)(IHostUSBDeviceFilter *pThis, PRUnichar * *product); member in struct:IHostUSBDeviceFilterVtbl
[all...]

Completed in 381 milliseconds