struttura ROOTHUB_30PORTS_INFO (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.
typedef struct _ROOTHUB_30PORTS_INFO {
ULONG Size;
USHORT NumberOfPorts;
USHORT PortInfoSize;
PROOTHUB_30PORT_INFO *PortInfoArray;
} ROOTHUB_30PORTS_INFO, *PROOTHUB_30PORTS_INFO;
Size
Dimensione in byte di questa struttura.
NumberOfPorts
Numero di porte hub radice USB 3.0.
PortInfoSize
Dimensione della matrice ROOTHUB_30PORT_INFO.
PortInfoArray
Puntatore a una matrice di strutture ROOTHUB_30PORT_INFO.
Requisito | Valore |
---|---|
intestazione | ucxroothub.h (include Ucxclass.h) |