The system traps are better known as the "Palm API". That is to say, all of the normal Palm API functions discussed here are implemented as system traps.
If you want to find the trap number of a particular API function, you'll have to look in a file called "SysTraps.h". Traps are defined in an enum that starts at 0xA000 ... you have to count 'em yourself from there. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! Meir Rotfleisch wrote in message <[EMAIL PROTECTED]>... > >Hi > >Sorry I'm rather new to both Code Warrior and Plam OS. I would like to >understand where to find the code and or explanations of the the various >SysTraps (I have the list from the Hackmaster Info) so that I can start >building some Hacks (probably using the HackMaster). > >TIA > >Meir Rotfleisch > > >M.R.R. Computers and Systems >P.O.B. 39096 >Tel Aviv >Israel >Tel: intl+972-3-744-0135 Fax:int+972-3-744-0136 > > > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
