Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Mac OS Runtime Architectures /
Appendix B - The RTLib.o and NuRTLib.o Libraries / Runtime Operations


kRTGetJTAddress and kRTGetJTAddressA5

The operation kRTGetJTAddress returns the address of the code that the specified function address points to in the current A5, and kRTGetJTAddressA5 does the same for a specified A5 world.

The fRTParams structure (page B-2) used with these operations is as follows:

struct RTGetJTAddrParam {
   void*fJTAddr;
   void*fCodeAddr;
   };
typedef struct RTGetJTAddrParam RTGetJTAddrParam;
The kRTGetJTAddress operation assumes the current A5 world, while RTGetJTAddressA5 lets you specify one in the fA5 field of the RTPB structure (page B-2).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 MARCH 1997