![]() |
CMProfLoc |
Header: CMApplication.h |
union CMProfLoc { CMFileLocation fileLoc; CMHandleLocation handleLoc; CMPtrLocation ptrLoc; CMProcedureLocation procLoc; CMPathLocation pathLoc; CMBufferLocation bufferLoc; };
A data structure containing a file system specification record specifying the location of a profile disk file.
A data structure containing a handle that indicates the location of a profile in relocatable memory.
A data structure containing a pointer that points to a profile in nonrelocatable memory.
A data structure containing a universal procedure pointer that points to a profile access procedure supplied by you. The ColorSync Manager calls your procedure when the profile is created, initialized, opened, read, updated, or closed.
You use a union of type CMProfLoc to identify the location of a profile. You specify the union in the u field of the data type CMOpenProfile
function to identify the location of a profile or the
You also pass a pointer to a CMProfileLocation structure to the
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)