Did you mean you want to bind the notification to your application?
It was done while registering the notification.
Or, you want to custom the event you want to capture?

take care of this function:(quote)

SysNotifyRegister(myCardNo, appDBID, sysNotifySyncStartEvent,  
   NULL, sysNotifyNormalPriority, myDataP); 

The first two parameters are the card number and database ID for the prc file. 
Be sure you're not passing the local ID of the record database that your 
application accesses. You use the record database's local ID more frequently 
than you do the application's local ID, so this is a common mistake to make. 
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to