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 Handle-Based Profile

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

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996