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: Advanced Color Imaging Reference /
Chapter 3 - ColorSync Manager Reference for Applications and Device Drivers / Constants and Data Types
Profile Location Constants


Specification for a Pointer-Based Profile

Your application uses the CMPtrLocation structure to provide a pointer specification for a profile stored in nonrelocatable memory. You provide the pointer specification structure in the CMProfileLocation structure's u 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 the Ptr data structure, see Inside Macintosh: Memory.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996