ROOTHUB_20PORTS_INFO structure (ucxroothub.h)

Structure qui a un tableau de ports 2.0 pris en charge par le hub racine. Cette structure est fournie par UCX dans une demande d’infrastructure dans la fonction de rappel EVT_UCX_ROOTHUB_GET_20PORT_INFO .

Syntaxe

typedef struct _ROOTHUB_20PORTS_INFO {
  ULONG                Size;
  USHORT               NumberOfPorts;
  USHORT               PortInfoSize;
  PROOTHUB_20PORT_INFO *PortInfoArray;
} ROOTHUB_20PORTS_INFO, *PROOTHUB_20PORTS_INFO;

Membres

Size

Taille en octets de cette structure.

NumberOfPorts

Nombre de ports USB 2.0 connectés au hub racine.

PortInfoSize

Taille de la structure ROOTHUB_20PORTS_INFO .

PortInfoArray

Pointeur vers un tableau de structures PROOTHUB_20PORT_INFO .

Configuration requise

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

Voir aussi

EVT_UCX_ROOTHUB_GET_20PORT_INFO