URS_ROLE - NtDoc

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

typedef enum _URS_ROLE {
  UrsRoleNone,
  UrsRoleHost,
  UrsRoleFunction
} URS_ROLE, *PURS_ROLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_URS_ROLE enumeration

Description

Defines values for roles supported by a USB dual-role controller.

Constants

UrsRoleNone

Internal use only. Must be 0.

UrsRoleHost

Indicates the host role of the controller.

UrsRoleFunction

Indicates the function role of the controller.