USBC_POWER_ROLE - NtDoc

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

typedef enum _USBC_POWER_ROLE {
  UsbCPowerRoleInvalid,
  UsbCPowerRoleSink,
  UsbCPowerRoleSource
} USBC_POWER_ROLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_USBC_POWER_ROLE enumeration

Description

Defines power roles of USB Type-C connected devices.

Constants

UsbCPowerRoleInvalid

Indicates the power role state is invalid.

UsbCPowerRoleSink

Indicates the power role is set to sink power.

UsbCPowerRoleSource

Indicates the power role is set to source power.

Remarks

See also