ctfiltercbRemoveFilter
Called when a data record filter is removed. This function cleans up resources that are used by that filter.
Declaration
NINT ctfiltercbRemoveFilter(pTEXT libname, pTEXT funcname, pTEXT params,
pVOID libhandle, pVOID flthandle);
c-treeACE maintains a list of the names of the callback DLLs it has loaded. A DLL remains loaded until c-treeACE shuts down.
Description
LoadFilter() can allocate memory for use by the filter callback function and can return its address in this parameter.
Return Values
Example
/*
Example Code
*/
See also
ctfiltercbAddFilter, EvaluateFilter, LoadFilter, UnloadFilter, SetDataFilter