Important: The information in this document is obsolete and should not be used for new development.
CMEndMatching
Concludes a high-level QuickDraw matching session initiated by a previous call to theNCMBeginMatching
function.
pascal void CMEndMatching (CMMatchRef myRef);
myRef
- A reference to the matching session to end. This reference was previously created and returned by a call to
NCMBeginMatching
function.- function result
- This routine does not return an error value.
DISCUSSION
TheCMEndMatching
function releases private memory allocated for the high-level matching session.After you call the
NCMBeginMatching
function and before you callCMEndMatching
to end the session, embedded color-matching picture comments, such ascmEnableMatching
andcmDisableMatching
, are not acknowledged. After you callCMEndMatching
, processing reverts to its previous state.