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 USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED qui décrit les attributs de vitesse de sous-liaison USB 3.1capability. Pour obtenir la déclaration de structure, consultez Usbspec.h
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ucxroothub.h (include Ucxclass.h) |