change power mode in wm6.5
Mobile
3
Posts
2
Posters
0
Views
1
Watching
-
Hey guys I have a problem with wm6.5 I have to change the power mode from "suspend power mode" to "On power mode" How can i do that? Please help me!!! Thanks!!!
Use the SetSystemPowerState API.
SetSystemPowerState( L"Suspend", 0, 0 );
SetSystemPowerState( _T( "On" ), 0, 0 );
-PaulH -
Use the SetSystemPowerState API.
SetSystemPowerState( L"Suspend", 0, 0 );
SetSystemPowerState( _T( "On" ), 0, 0 );
-PaulH