Searched refs:BatteryLifeTime (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/shellext/stobject/ |
H A D | power.cpp | 114 if (PowerStatus.BatteryLifeTime != BATTERY_UNKNOWN_TIME) in DynamicLoadIcon() 116 uiHour = PowerStatus.BatteryLifeTime / HOUR_IN_SECS; in DynamicLoadIcon() 117 uiMin = (PowerStatus.BatteryLifeTime % HOUR_IN_SECS) / MIN_IN_SECS; in DynamicLoadIcon()
|
/reactos/dll/win32/kernel32/client/ |
H A D | power.c | 46 PowerStatus->BatteryLifeTime = BATTERY_LIFE_UNKNOWN; in GetSystemPowerStatus() 84 PowerStatus->BatteryLifeTime = BattState.EstimatedTime; in GetSystemPowerStatus()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | generated.c | 1757 TEST_FIELD_SIZE (SYSTEM_POWER_STATUS, BatteryLifeTime, 4) in test_pack_SYSTEM_POWER_STATUS() 1758 TEST_FIELD_ALIGN (SYSTEM_POWER_STATUS, BatteryLifeTime, 4) in test_pack_SYSTEM_POWER_STATUS() 1759 TEST_FIELD_OFFSET(SYSTEM_POWER_STATUS, BatteryLifeTime, 4) in test_pack_SYSTEM_POWER_STATUS() 3614 TEST_FIELD_SIZE (SYSTEM_POWER_STATUS, BatteryLifeTime, 4) in test_pack_SYSTEM_POWER_STATUS() 3615 TEST_FIELD_ALIGN (SYSTEM_POWER_STATUS, BatteryLifeTime, 4) in test_pack_SYSTEM_POWER_STATUS() 3616 TEST_FIELD_OFFSET(SYSTEM_POWER_STATUS, BatteryLifeTime, 4) in test_pack_SYSTEM_POWER_STATUS()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 1214 DWORD BatteryLifeTime; member
|