USBC_CURRENT - NtDoc

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

typedef enum _USBC_CURRENT {
  UsbCCurrentInvalid,
  UsbCCurrentDefaultUsb,
  UsbCCurrent1500mA,
  UsbCCurrent3000mA
} USBC_CURRENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_USBC_CURRENT enumeration

Description

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

Constants

UsbCCurrentInvalid

Indicates the power sourcing current state is invalid.

UsbCCurrentDefaultUsb

Indicates the power sourcing current is the default USB current.

UsbCCurrent1500mA

Indicates the power sourcing current is 1500 mA.

UsbCCurrent3000mA

Indicates the power sourcing current is 3000 mA.

Remarks

See also