// ucxusbdevice.h
typedef struct _UCXUSBDEVICE_INFO {
ULONG Size;
USB_DEVICE_SPEED DeviceSpeed;
UCXUSBDEVICE TtHub;
USB_DEVICE_PORT_PATH PortPath;
} UCXUSBDEVICE_INFO, *PUCXUSBDEVICE_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information about the USB device. This structure is passed by UCX in the EVT_UCX_CONTROLLER_USBDEVICE_ADD event callback function.
SizeThe size in bytes of this structure.
DeviceSpeedDefines the device speed of the USB device or hub.
TtHubA handle to the USB device object that represents the TT hub.
PortPathThe port path for the USB device or hub.
EVT_UCX_CONTROLLER_USBDEVICE_ADD