UCSI_BATTERY_CHARGING_STATUS - NtDoc

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

typedef enum _UCSI_BATTERY_CHARGING_STATUS {
  UcsiBatteryChargingNotCharging,
  UcsiBatteryChargingNominal,
  UcsiBatteryChargingSlowCharging,
  UcsiBatteryChargingTrickleCharging
} UCSI_BATTERY_CHARGING_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_UCSI_BATTERY_CHARGING_STATUS enumeration

Description

See Table 4-42, Offset 64 in UCSI spec version 1.2.

Constants

UcsiBatteryChargingNotCharging

UcsiBatteryChargingNominal

UcsiBatteryChargingSlowCharging

UcsiBatteryChargingTrickleCharging

Remarks

See also