Important: The information in this document is obsolete and should not be used for new development.
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 theCMNewProfileSearch
function (page 3-133). To obtain a reference to a profile corresponding to a specific index in the list, use theCMSearchGetIndProfile
function (page 3-137). To obtain the file specification for a profile corresponding to a specific index in the list, use theCMSearchGetIndProfileFileSpec
function (page 3-138). To update the search result list, use theCMUpdateProfileSearch
function (page 3-135).