USBC_DATA_ROLE - NtDoc

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

typedef enum _USBC_DATA_ROLE {
  UsbCDataRoleInvalid,
  UsbCDataRoleDfp,
  UsbCDataRoleUfp
} USBC_DATA_ROLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-usbctypes-_usbc_data_role)

_USBC_DATA_ROLE enumeration

Description

Defines data roles of USB Type-C connected devices.

Constants

UsbCDataRoleInvalid

Indicates the data role state is invalid.

UsbCDataRoleDfp

Operates as a DFP.

UsbCDataRoleUfp

Operates as a UFP.

Remarks

See also