在Windows mobile 5.0机器上,我用SystemIdleTimerReset();来取消是可以实现
可是在Windows CE 机器上就没有用,那我要取消自动休眠,要怎么做?
wince 下SystemIdleTimerReset不行么?
PowerManager/ActivityTimer/UserActivity
发这个一个事件
hUserEvent = OpenEvent(EVENT_ALL_ACCESS, FALSE, _T("PowerManager/ActivityTimer/UserActivity"));
if (hUserEvent != NULL)
SetEvent(hUserEvent);
还要发参考代码啊?