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

Your application uses the CMFileLocation structure to provide a file specification for a profile stored in a disk file. You provide a file specification structure in the CMProfileLocation structure's u field to specify the location of an existing profile or a profile to be created.

struct CMFileLocation {
   FSSpec spec;/* specifies profile file location on disk */
};
Field Description
spec
A file system specification structure giving the location of the profile file. A file specification structure includes the volume reference number, the directory ID of the parent directory, and the filename or directory name. For a description of the FSSpec data structure, see Inside Macintosh: Files.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996