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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.cpp227 USB_BUS_INTERFACE_USBDI_V1 BusIf; local
232 pSl->Parameters.QueryInterface.Size = sizeof (BusIf);
234 pSl->Parameters.QueryInterface.Interface = (PINTERFACE)&BusIf;
243 *pbIsHigh = BusIf.IsDeviceHighSpeed(BusIf.BusContext);
244 BusIf.InterfaceDereference(BusIf.BusContext);

Completed in 42 milliseconds