HI,

How do I get the address of a system function?
Eg: For SysTaskDelay() I want to get the address of it.
I know I can get it using the SysGetTrapAddress() but can I
Just do this?

UInt32 taskdelay = SysTaskDelay;

Or 

MemPtr task = SysTaskDelay;

Thanks




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

Reply via email to