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


Profile Location Structure

Your application passes a profile location structure of type CMProfileLocation when it calls

struct CMProfileLocation {
   short     locType;/* location type for profile */
   CMProfLoc u;      /* location information for profile */
};
Field Description
locType
The type of data structure that the u field's CMProfLoc union holds--a file specification, a handle, a pointer, or a universal procedure pointer. To specify the type, you use the constants defined in the enumeration described in "Constants for Profile Location Type" (page 3-10).
u
A union identifying the profile location.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996