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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4264 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v3_0.h4790 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v3_1.h4688 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v3_2.h4913 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v4_0.h5331 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v4_1.h5723 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v4_2.h6664 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilter_vtbl
H A DVBoxCAPI_v4_3.h13851 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilter_vtbl
13891 nsresult (*SetProduct)(IUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IUSBDeviceFilterVtbl
13935 #define IUSBDeviceFilter_put_Product(p, aProduct) ((p)->lpVtbl->SetProduct(p, aProduct))
13936 #define IUSBDeviceFilter_SetProduct(p, aProduct) ((p)->lpVtbl->SetProduct(p, aProduct))
14099 nsresult (*SetProduct)(IHostUSBDeviceFilter *pThis, PRUnichar * product); member in struct:IHostUSBDeviceFilterVtbl
14146 #define IHostUSBDeviceFilter_put_Product(p, aProduct) ((p)->lpVtbl->SetProduct(p, aProduct))
14147 #define IHostUSBDeviceFilter_SetProduct(p, aProduct) ((p)->lpVtbl->SetProduct(p, aProduct))

Completed in 607 milliseconds