Prevent that the system is idle

  • Thread starter Thread starter Timo Meier
  • Start date Start date
T

Timo Meier

Hi,
how can i prevent that the system is idle while my application is running?
Can i reset the idle timer?!?
 
I'm not aware of a .NET CF way to do this, though there may be one.

You can P/Invoke this function, though:

void WINAPI SystemIdleTimerReset(void);

Paul T.
 
Back
Top