DelSearch
Removes a custom search function from the currentGDevice
data structure's list of search functions.DelSearch
disposes of the chain element but does nothing to theProcPtr
data structure.
pascal void DelSearch (ColorSearchProcPtr searchProc);
searchProc
- A pointer to the custom search function to be deleted. See MySearchProc (page 5-17).