Carbon


CMEndMatching

Header: CMApplication.h Carbon status: Supported

Concludes a QuickDraw-specific ColorSync matching session initiated by a previous call to the NCMBeginMatching function.

void CMEndMatching (
    CMMatchRef myRef
);
Parameter descriptions
myRef

A reference to the matching session to end. This reference was previously created and returned by a call to NCMBeginMatching function.

DISCUSSION

The CMEndMatching function releases private memory allocated for the QuickDraw-specific matching session.

After you call the NCMBeginMatching function and before you call CMEndMatching to end the matching session, embedded color-matching picture comments, such as cmEnableMatching and cmDisableMatching, are not acknowledged.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when ColorSync 2.0 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)