structure ROOTHUB_30PORTS_INFO (ucxroothub.h)

Fournit des informations sur les ports hub racine USB 3.0. Cette structure est transmise par UCX dans la fonction de rappel EVT_UCX_ROOTHUB_GET_30PORT_INFO .

Syntaxe

typedef struct _ROOTHUB_30PORTS_INFO {
  ULONG                Size;
  USHORT               NumberOfPorts;
  USHORT               PortInfoSize;
  PROOTHUB_30PORT_INFO *PortInfoArray;
} ROOTHUB_30PORTS_INFO, *PROOTHUB_30PORTS_INFO;

Membres

Size

Taille en octets de cette structure.

NumberOfPorts

Nombre de ports hub racine USB 3.0.

PortInfoSize

Taille du tableau ROOTHUB_30PORT_INFO .

PortInfoArray

Pointeur vers un tableau de structures ROOTHUB_30PORT_INFO .

Configuration requise

Condition requise Valeur
En-tête ucxroothub.h (inclure Ucxclass.h)

Voir aussi

EVT_UCX_ROOTHUB_GET_30PORT_INFO