BATTERY_WMI_FULL_CHARGED_CAPACITY structure (batclass.h)

Defines information about the capacity of a battery for use with the BatteryClassQueryWmiDataBlock)

Syntax

typedef struct _BATTERY_WMI_FULL_CHARGED_CAPACITY {
  ULONG Tag;
  ULONG FullChargedCapacity;
} BATTERY_WMI_FULL_CHARGED_CAPACITY, *PBATTERY_WMI_FULL_CHARGED_CAPACITY;

Members

Tag

A tag that identifies a specific battery.

FullChargedCapacity

The current fully charged capacity, measured for example in milliwatt-hours, of a battery. If BATTERY_CAPACITY_RELATIVE is set, the units are undefined. For more information see the BATTERY_INFORMATION.

Requirements

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

See also

BatteryClassQueryWmiDataBlock