Important: The information in this document is obsolete and should not be used for new development.
AddSearch
Adds a function to the head of the currentGDevice
data structure's list of search functions; creates and allocates anSProcRec
data structure (page 5-4).
pascal void AddSearch (ColorSearchProcPtr searchProc);
searchProc
- A pointer to your custom search function. See MySearchProc (page 5-17).