Important: The information in this document is obsolete and should not be used for new development.
Specification for a Pointer-Based Profile
Your application uses theCMPtrLocation
structure to provide a pointer specification for a profile stored in nonrelocatable memory. You provide the pointer specification structure in theCMProfileLocation
structure'su
field to point to an existing profile.
struct CMPtrLocation { Ptr p;/* pointer that specifies profile's location in memory */ };
Field Description
p
- A data structure of type
Ptr
holding a pointer that points to the location of a profile in memory. For a description of thePtr
data structure, see Inside Macintosh: Memory.