énumération CONTROLLER_TYPE (ucxroothub.h)
Cette énumération spécifie si le contrôleur hôte USB est un contrôleur eXtensible Host Controller Interface (xHCI).
Syntaxe
typedef enum _CONTROLLER_TYPE {
ControllerTypeXhci,
ControllerTypeSoftXhci
} CONTROLLER_TYPE;
Constantes
ControllerTypeXhci Indique que le contrôleur hôte USB est un contrôleur xHCI. |
ControllerTypeSoftXhci Indique que le contrôleur hôte USB est un contrôleur xHCI logiciel. |
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ucxroothub.h (include Ucxclass.h) |