BATTERY_WMI_CYCLE_COUNT structure (batclass.h)

Defines information about number of charge cycles of a battery for use with the BatteryClassQueryWmiDataBlock function.

Syntax

typedef struct _BATTERY_WMI_CYCLE_COUNT {
  ULONG Tag;
  ULONG CycleCount;
} BATTERY_WMI_CYCLE_COUNT, *PBATTERY_WMI_CYCLE_COUNT;

Members

Tag

A tag that identifies a specific battery.

CycleCount

The number of charge/discharge cycles the battery has experienced, or zero if the battery does not support a cycle counter.

Requirements

Requirement Value
Header batclass.h (include Batclass.h)

See also

BatteryClassQueryWmiDataBlock