// usbbusif.h
typedef BOOLEAN
(USB_BUSIFFN *PUSB_BUSIFFN_IS_DEVICE_HIGH_SPEED) (
IN PVOID
);
View the official Windows Driver Kit DDI referenceNo description available.
The USB_BUSIFFN_IS_DEVICE_HIGH_SPEED routine returns TRUE if the device is operating at high speed.
typedef BOOLEAN
(USB_BUSIFFN *PUSB_BUSIFFN_IS_DEVICE_HIGH_SPEED) (
IN PVOID
);
unnamedParam1 [in, optional]Handle returned in the BusContext member of the USB_BUS_INTERFACE_USBDI_V1 structure by an IRP_MN_QUERY_INTERFACE request.
USB_BUSIFFN_IS_DEVICE_HIGH_SPEED implementation returns TRUE if the USB device is operating at high speed USB 2.0 compliant device; FALSE otherwise.