Søren Bay Kastrup schrieb:
Hi,

I want to use the sysNotifyLateWakeupEvent.
But I'm not quit sure how to write an event handler and where to place it.
I'm using codewarrior.

This is no real Event. Instead its a notificationyou have to register for. Look at Notification Manager in the docs.

You will have to write a function looks like the SysNotifyProcPtr and give that as parameter to SysNotifyRegister(). You function is called when this "event" happens. But keep if mind that you have to deregister from the notification.

Thomas

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to