Important: The information in this document is obsolete and should not be used for new development.
Specification for a Handle-Based Profile
Your application uses theCMHandleLocation
structure to provide a handle specification for a profile stored in relocatable memory. You provide the handle specification structure in theCMProfileLocation
structure'su
field to specify an existing profile or a profile to be created.
struct CMHandleLocation { Handle h;/* handle that specifies profile's location in memory */ };
Field Description
h
- A data structure of type
Handle
containing a handle that indicates the location of a profile in memory. For a description of theHandle
data structure, see Inside Macintosh: Memory.