structure ROOTHUB_30PORT_INFO_EX (ucxroothub.h)
Fournit des informations de port USB 3.0 étendues sur la vitesse.
Syntaxe
typedef struct _ROOTHUB_30PORT_INFO_EX {
ROOTHUB_30PORT_INFO Info;
USHORT MaxSpeedsCount;
USHORT SpeedsCount;
PUSB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED Speeds;
} ROOTHUB_30PORT_INFO_EX, *PROOTHUB_30PORT_INFO_EX;
Membres
Info
Structure ROOTHUB_30PORT_INFO .
MaxSpeedsCount
Nombre maximal de vitesses.
SpeedsCount
Nombre de vitesses de bus prises en charge.
Speeds
Pointeur vers une structure de USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED qui décrit les attributs de vitesse de sous-liaison de l’USB 3.1capability. Pour la déclaration de structure, consultez Usbspec.h
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | ucxroothub.h (inclure Ucxclass.h) |