I add "SndPlaySystemSound(SndSysBeepType(1));" to my event
handler, I found even if I only catch the sysNotifySleepRequestEvent
and do sysBeep in the corresponding handler, the beep will always beep
frequently after the Treo go to sleep ( the interval between two beep
seems has some relation to the idle timeout value, in my test, I set
the interval to 5 sec in convenience ).And the beep seems infinitly.
This means, as long as the Treo go to sleep and nobody or something
wake it up ,there will be always sysNotifySleepReqestEvent raise up
time to time.
Is this the fact?