> I've discovered that when you set an alarm via AlmSetAlarm() and the alarm > is triggered, the alarm code in the OS calls EvtResetAutoOffTimer(). > ... > I've also discovered that if you use AlmSetProcAlarm() to set a procedure > alarm, the alarm code in the OS doesn't mess with the auto-off timer.
Correct. That's how it's supposed to work. > If I lock my application's code resource > and pass that to AlmSetProcAlarm(), what happens when the user deletes my > application? I think I covered this in my answer to your last question: http://www.escribe.com/computing/pcpqa/m57070.html -- Danny @ PalmSource -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
