Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration specifies if the USB host controller is an eXtensible Host Controller Interface (xHCI) controller.
Syntax
typedef enum _CONTROLLER_TYPE {
ControllerTypeXhci,
ControllerTypeSoftXhci
} CONTROLLER_TYPE;
Constants
ControllerTypeXhci Indicates the USB host controller is an xHCI controller. |
ControllerTypeSoftXhci Indicates the USB host controller is software an xHCI controller. |
Requirements
Requirement | Value |
---|---|
Header | ucxroothub.h (include Ucxclass.h) |