![]() |
CMNewLinkProfile |
||||
Header: | CMMComponent.h | Carbon status: | Unsupported | |
Handles the kCMMNewLinkProfile request by creating a single device link profile that includes the profiles in the specified profile set.
CMNewLinkProfile ();
A CMM should respond to the kCMMNewLinkProfile request code, but it is not required to do so. The ColorSync Manager sends this request code to your CMM on behalf of an application that called the CWNewLinkProfile function. The ColorSync Manager dispatches this request to the Component Manager, which calls your CMM to service the request. A CMM typically responds to the kCMMNewLinkProfile request code by calling a CMM-defined function (for example, CMNewLinkProfile) to handle the request.
Your CMNewLinkProfile function must create a single device link profile of type DeviceLink that includes the profiles passed to you in the array pointed to by the profileSet parameter.
After your function creates the device link profile, it must open the profile and return a reference to the profile in the prof parameter.
The International Color Consortium Profile Format Specification, version 2.x, document revision 3.x, also describes device link profiles. For information on how to obtain a copy of this document, contact the Developer Support organization of Apple Computer.
CMNewLinkProfile is an API to CMMs. Use CWNewLinkProfile instead. Application developers should avoid calling CMMs directly, since they may or may not support a given API.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)