// urstypes.h
typedef enum _URS_ROLE {
UrsRoleNone,
UrsRoleHost,
UrsRoleFunction
} URS_ROLE, *PURS_ROLE;
View the official Windows Driver Kit DDI referenceNo description available.
Defines values for roles supported by a USB dual-role controller.
UrsRoleNoneInternal use only. Must be 0.
UrsRoleHostIndicates the host role of the controller.
UrsRoleFunctionIndicates the function role of the controller.