
How do you disable/Enable device power save while running an application
Look at the installed documentation for SystemIdleTimerReset(). Create a
thread containing an infinite loop that sleeps for approximately one minute
and then calls SystemIdleTimerReset(). Probably should have a way of
terminating the thread when your application quits.
Search the installed documentation and/or MSDN for many useful tricks.
Quote:
> Is there a way (API) to enable or disable power save mode ?
> Thanks