// prevent home screen from being shown, lock and idle timers
SHIdleTimerReset();
You can force the backlight on and reset the other idle timers using:
SystemIdleTimerReset();
SetSystemPowerState(NULL, POWER_STATE_ON, POWER_FORCE);
The latter works also on PocketPC and Windows CE
No comments:
Post a Comment