ReactOS 0.4.16-dev-1453-g06343fa
|
Public Attributes | |
WCHAR | Name [200] |
WCHAR | UniqueID [200] |
WCHAR | Manufacturer [200] |
CHAR | Chem [5] |
BOOL | ACOnline |
BOOL | Charging |
BOOL | Critical |
BYTE | BatteryLifePercent |
DWORD | BatteryLifeTime |
Definition at line 17 of file powermeter.c.
BOOL POWER_METER_INFO::ACOnline |
Definition at line 23 of file powermeter.c.
Referenced by PowerMeter_InitDialog(), PowerMeterDetail_UpdateStats(), PowerMeterInfo_UpdateBatteryStats(), and PowerMeterInfo_UpdateGlobalStats().
BYTE POWER_METER_INFO::BatteryLifePercent |
Definition at line 26 of file powermeter.c.
Referenced by PowerMeter_InitDialog(), PowerMeterInfo_UpdateBatteryStats(), and PowerMeterInfo_UpdateGlobalStats().
DWORD POWER_METER_INFO::BatteryLifeTime |
Definition at line 27 of file powermeter.c.
Referenced by PowerMeterInfo_UpdateBatteryStats(), and PowerMeterInfo_UpdateGlobalStats().
BOOL POWER_METER_INFO::Charging |
Definition at line 24 of file powermeter.c.
Referenced by PowerMeter_InitDialog(), PowerMeterDetail_UpdateStats(), PowerMeterInfo_UpdateBatteryStats(), and PowerMeterInfo_UpdateGlobalStats().
CHAR POWER_METER_INFO::Chem[5] |
Definition at line 22 of file powermeter.c.
Referenced by PowerMeterDetail_UpdateStats(), and PowerMeterInfo_UpdateBatteryStats().
BOOL POWER_METER_INFO::Critical |
Definition at line 25 of file powermeter.c.
Referenced by PowerMeterInfo_UpdateBatteryStats(), and PowerMeterInfo_UpdateGlobalStats().
WCHAR POWER_METER_INFO::Manufacturer[200] |
Definition at line 21 of file powermeter.c.
Referenced by PowerMeterDetail_UpdateStats(), and PowerMeterInfo_UpdateBatteryStats().
WCHAR POWER_METER_INFO::Name[200] |
Definition at line 19 of file powermeter.c.
Referenced by PowerMeterDetail_UpdateStats(), and PowerMeterInfo_UpdateBatteryStats().
WCHAR POWER_METER_INFO::UniqueID[200] |
Definition at line 20 of file powermeter.c.
Referenced by PowerMeterDetail_UpdateStats(), and PowerMeterInfo_UpdateBatteryStats().