How do you disable/Enable device power save while running an application 
Author Message
 How do you disable/Enable device power save while running an application

Is there a way (API) to enable or disable power save mode ?

Thanks



Wed, 26 Oct 2005 11:57:53 GMT  
 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



Wed, 26 Oct 2005 12:58:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. enable and disable device

2. Checking whether a device is enabled or disabled

3. Control Panel/System/Device Manager tab Disable/Enable

4. Disabling Auto-OFF (power-saving mode) in eVB code (iPAQ)

5. VB5 problem with enabling and disabling combo's when running exe

6. Running VBS on NT4.0 Enable/Disable

7. disabling the DISABLE/ENABLE macros menu on opening spreadsheet

8. disable the enable/disable macro message

9. Running a Logon Script to enable/disable a device.

10. application response is disabled with long running queries and stored procedures

11. Excel and Word automation - disable Save/Save as

12. Disabling Save/Save-As feature

 

 
Powered by phpBB® Forum Software