// udecxusbdevice.h
typedef enum _UDECX_USB_DEVICE_SPEED {
UdecxUsbLowSpeed,
UdecxUsbFullSpeed,
UdecxUsbHighSpeed,
UdecxUsbSuperSpeed
} UDECX_USB_DEVICE_SPEED, *PUDECX_USB_DEVICE_SPEED;
View the official Windows Driver Kit DDI referenceNo description available.
Defines values for USB device speeds.
UdecxUsbLowSpeedIndicates a low-speed USB 1.1-compliant device.
UdecxUsbFullSpeedIndicates a full-speed USB 1.1-compliant device.
UdecxUsbHighSpeedIndicates a high-speed USB 2.0-compliant device.
UdecxUsbSuperSpeedIndicates a SuperSpeed USB 3.0-compliant device.