Share via


estrutura ROOTHUB_30PORTS_INFO (ucxroothub.h)

Fornece informações sobre portas de hub raiz USB 3.0. Essa estrutura é passada pelo UCX na função de retorno de chamada EVT_UCX_ROOTHUB_GET_30PORT_INFO.

Sintaxe

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

Membros

Size

O tamanho em bytes dessa estrutura.

NumberOfPorts

Número de portas de hub raiz USB 3.0.

PortInfoSize

O tamanho da matriz de ROOTHUB_30PORT_INFO .

PortInfoArray

Um ponteiro para uma matriz de estruturas de ROOTHUB_30PORT_INFO .

Requisitos

Requisito Valor
Cabeçalho ucxroothub.h (inclua Ucxclass.h)

Confira também

EVT_UCX_ROOTHUB_GET_30PORT_INFO