mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
better GetSystemPowerStatus stub
svn path=/trunk/; revision=20093
This commit is contained in:
@@ -194,7 +194,13 @@ GetSystemPowerStatus (
|
||||
)
|
||||
{
|
||||
STUB;
|
||||
return 0;
|
||||
PowerStatus->ACLineStatus = 1;
|
||||
PowerStatus->BatteryFlag = 128;
|
||||
PowerStatus->BatteryLifePercent = 255;
|
||||
PowerStatus->Reserved1 = 0;
|
||||
PowerStatus->BatteryLifeTime = -1;
|
||||
PowerStatus->BatteryFullLifeTime = -1;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user