// ucxroothub.h
typedef struct _ROOTHUB_30PORTS_INFO {
ULONG Size;
USHORT NumberOfPorts;
USHORT PortInfoSize;
PROOTHUB_30PORT_INFO *PortInfoArray;
} ROOTHUB_30PORTS_INFO, *PROOTHUB_30PORTS_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Provides information about USB 3.0 root hub ports. This structure is passed by UCX in the EVT_UCX_ROOTHUB_GET_30PORT_INFO callback function.
SizeThe size in bytes of this structure.
NumberOfPortsNumber of USB 3.0 root hub ports.
PortInfoSizeThe size of the ROOTHUB_30PORT_INFO array.
PortInfoArrayA pointer to an array of ROOTHUB_30PORT_INFO structures.
EVT_UCX_ROOTHUB_GET_30PORT_INFO