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 / ColorSync Manager Functions
Profile Searching / Searching External Profiles


CMDisposeProfileSearch

Frees the private memory allocated for a profile search after your application has completed the search.

pascal void CMDisposeProfileSearch (CMProfileSearchRef search);
search
A reference to the profile search result list whose private memory is to be released. For a description of the CMProfileSearchRef private data type, see "Profile Search Result Reference" (page 3-63).
function result
This routine does not return an error value.
SEE ALSO
To set up a search, use the CMNewProfileSearch function (page 3-133). To obtain a reference to a profile corresponding to a specific index in the list, use the CMSearchGetIndProfile function (page 3-137). To obtain the file specification for a profile corresponding to a specific index in the list, use the CMSearchGetIndProfileFileSpec function (page 3-138). To update the search result list, use the CMUpdateProfileSearch function (page 3-135).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 NOV 1996