estrutura ROOTHUB_20PORTS_INFO (ucxroothub.h)

Essa estrutura que tem uma matriz de portas 2.0 com suporte pelo hub raiz. Essa estrutura é fornecida pelo UCX em uma solicitação de estrutura na função de retorno de chamada EVT_UCX_ROOTHUB_GET_20PORT_INFO .

Sintaxe

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

Membros

Size

O tamanho em bytes dessa estrutura.

NumberOfPorts

O número de portas USB 2.0 conectadas ao hub raiz.

PortInfoSize

O tamanho da estrutura ROOTHUB_20PORTS_INFO .

PortInfoArray

Um ponteiro para uma matriz de estruturas PROOTHUB_20PORT_INFO .

Requisitos

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

Confira também

EVT_UCX_ROOTHUB_GET_20PORT_INFO