// urstypes.h
typedef enum _URS_HOST_INTERFACE_TYPE {
UrsHostInterfaceTypeEhci,
UrsHostInterfaceTypeXhci,
UrsHostInterfaceTypeOther
} URS_HOST_INTERFACE_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
Defines values for the various types of USB host controllers.
UrsHostInterfaceTypeEhciIndicates an EHCI host controller.
UrsHostInterfaceTypeXhciIndicates an xHCI host controller.
UrsHostInterfaceTypeOtherIndicates a generic host controller.