mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
better GetSystemPowerStatus stub
svn path=/trunk/; revision=20093
This commit is contained in:
parent
10177cfd7f
commit
e49fe0bdeb
1 changed files with 7 additions and 1 deletions
|
@ -194,7 +194,13 @@ GetSystemPowerStatus (
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
STUB;
|
STUB;
|
||||||
return 0;
|
PowerStatus->ACLineStatus = 1;
|
||||||
|
PowerStatus->BatteryFlag = 128;
|
||||||
|
PowerStatus->BatteryLifePercent = 255;
|
||||||
|
PowerStatus->Reserved1 = 0;
|
||||||
|
PowerStatus->BatteryLifeTime = -1;
|
||||||
|
PowerStatus->BatteryFullLifeTime = -1;
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue