ReactOS 0.4.16-dev-1946-g52006dd
POWER_METER_INFO Struct Reference

Public Attributes

WCHAR Name [200]
 
WCHAR UniqueID [200]
 
WCHAR Manufacturer [200]
 
CHAR Chem [5]
 
BOOL ACOnline
 
BOOL Charging
 
BOOL Critical
 
BYTE BatteryLifePercent
 
DWORD BatteryLifeTime
 

Detailed Description

Definition at line 15 of file powermeter.c.

Member Data Documentation

◆ ACOnline

BOOL POWER_METER_INFO::ACOnline

Definition at line 21 of file powermeter.c.

Referenced by PowerMeter_InitDialog(), and PowerMeterDetail_UpdateStats().

◆ BatteryLifePercent

BYTE POWER_METER_INFO::BatteryLifePercent

Definition at line 24 of file powermeter.c.

Referenced by PowerMeter_InitDialog().

◆ BatteryLifeTime

DWORD POWER_METER_INFO::BatteryLifeTime

Definition at line 25 of file powermeter.c.

◆ Charging

BOOL POWER_METER_INFO::Charging

Definition at line 22 of file powermeter.c.

Referenced by PowerMeter_InitDialog(), and PowerMeterDetail_UpdateStats().

◆ Chem

CHAR POWER_METER_INFO::Chem[5]

Definition at line 20 of file powermeter.c.

Referenced by PowerMeterDetail_UpdateStats().

◆ Critical

BOOL POWER_METER_INFO::Critical

Definition at line 23 of file powermeter.c.

◆ Manufacturer

WCHAR POWER_METER_INFO::Manufacturer[200]

Definition at line 19 of file powermeter.c.

Referenced by PowerMeterDetail_UpdateStats().

◆ Name

WCHAR POWER_METER_INFO::Name[200]

Definition at line 17 of file powermeter.c.

Referenced by PowerMeterDetail_UpdateStats().

◆ UniqueID

WCHAR POWER_METER_INFO::UniqueID[200]

Definition at line 18 of file powermeter.c.

Referenced by PowerMeterDetail_UpdateStats().


The documentation for this struct was generated from the following file: