URS_HOST_INTERFACE_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// urstypes.h

typedef enum _URS_HOST_INTERFACE_TYPE {
  UrsHostInterfaceTypeEhci,
  UrsHostInterfaceTypeXhci,
  UrsHostInterfaceTypeOther
} URS_HOST_INTERFACE_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-urstypes-_urs_host_interface_type)

_URS_HOST_INTERFACE_TYPE enumeration

Description

Defines values for the various types of USB host controllers.

Constants

UrsHostInterfaceTypeEhci

Indicates an EHCI host controller.

UrsHostInterfaceTypeXhci

Indicates an xHCI host controller.

UrsHostInterfaceTypeOther

Indicates a generic host controller.