// ucxroothub.h
typedef struct _ROOTHUB_30PORT_INFO_EX {
ROOTHUB_30PORT_INFO Info;
USHORT MaxSpeedsCount;
USHORT SpeedsCount;
PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED Speeds;
} ROOTHUB_30PORT_INFO_EX, *PROOTHUB_30PORT_INFO_EX;
View the official Windows Driver Kit DDI referenceNo description available.
Provides extended USB 3.0 port information about speed.
InfoA ROOTHUB_30PORT_INFO structure.
MaxSpeedsCountMaximum number of speeds.
SpeedsCountThe count of bus speeds supported.
SpeedsA pointer to a USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED structure that describes the USB 3.1capability's sublink speed attributes. For structure declaration, see Usbspec.h