ROOTHUB_30PORTS_INFO struttura (ucxroothub.h)
Fornisce informazioni sulle porte dell'hub radice USB 3.0. Questa struttura viene passata da UCX nella funzione di callback EVT_UCX_ROOTHUB_GET_30PORT_INFO .
Sintassi
typedef struct _ROOTHUB_30PORTS_INFO {
ULONG Size;
USHORT NumberOfPorts;
USHORT PortInfoSize;
PROOTHUB_30PORT_INFO *PortInfoArray;
} ROOTHUB_30PORTS_INFO, *PROOTHUB_30PORTS_INFO;
Members
Size
Dimensioni in byte di questa struttura.
NumberOfPorts
Numero di porte dell'hub radice USB 3.0.
PortInfoSize
Dimensioni della matrice di ROOTHUB_30PORT_INFO .
PortInfoArray
Puntatore a una matrice di strutture ROOTHUB_30PORT_INFO .
Requisiti
Requisito | Valore |
---|---|
Intestazione | ucxroothub.h (includere Ucxclass.h) |