UCM_TYPEC_CURRENT - NtDoc

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

typedef enum _UCM_TYPEC_CURRENT {
  UcmTypeCCurrentInvalid,
  UcmTypeCCurrentDefaultUsb,
  UcmTypeCCurrent1500mA,
  UcmTypeCCurrent3000mA
} UCM_TYPEC_CURRENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ucmtypes-_ucm_typec_current)

_UCM_TYPEC_CURRENT enumeration

Description

Defines different Type-C current levels, as defined in the Type-C specification.

Constants

UcmTypeCCurrentInvalid

Indicates the power sourcing current state is invalid.

UcmTypeCCurrentDefaultUsb

Indicates the power sourcing current is the default USB current.

UcmTypeCCurrent1500mA

Indicates the power sourcing current is 1500 mA.

UcmTypeCCurrent3000mA

Indicates the power sourcing current is 3000 mA.

See also

UcmConnectorTypeCAttach

UcmConnectorTypeCCurrentAdChanged