UCSI_POWER_DIRECTION_MODE - NtDoc

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

typedef enum _UCSI_POWER_DIRECTION_MODE {
  UcsiPowerDirectionModeProvider,
  UcsiPowerDirectionModeConsumer,
  UcsiPowerDirectionModeEither
} UCSI_POWER_DIRECTION_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ucmucsispec-_ucsi_power_direction_mode)

_UCSI_POWER_DIRECTION_MODE enumeration

Description

Used in the GET_CONNECTOR_STATUS command. See Table 4-42, Offset 20 in UCSI spec version 1.2.

Constants

UcsiPowerDirectionModeProvider

UcsiPowerDirectionModeConsumer

UcsiPowerDirectionModeEither

Remarks

See also