HI,

I want to set a trap for one of the VFS function.
eg: VFSFileOpen()

The question is how do I get the trap number to this
function. In the VFSMgr.h it lists the VFS traps but
I can't figure out how to get the actual trap number.

With other functions all the trap numbers are listed
in core_traps.h

do I use this? if so how does it work?

        #define VFSMGR_TRAP(sel) \
                _SYSTEM_API(_CALL_WITH_SELECTOR)(_SYSTEM_TABLE,
sysTrapVFSMgr, sel)

thanks

danny

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

Reply via email to