In article <84918@palm-dev-forum>, [EMAIL PROTECTED] says...
> 
> Since there is no SysSetTrapAddress() in OS 5, can OS 5 modify EvtGetEvent()
> via the new notifications? It appears to me that this can't be done. If I am
> wrong, could I get a few pointers how to do it?  Thanks, Paul

The new notification sysNotifyEventDequeuedEvent looks like a good 
replacement for patching EvtGetEvent.  This notification gets sent just 
before EvtGetEvent returns to the caller.  You have a pointer to the 
actual event, so you can modify it to a nilEvent if you want to prevent 
the app from receiving it.

You have pulled down the seeding version of the Palm OS 5 SDK and read 
NotifyMgr.h, haven't you? :)

-- 
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Get help at http://palmoswerks.com/

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

Reply via email to