UnloadFilter
UnloadFilter() initializes resources that are used when processing the filter. The function receives the parameters passed to the filter.
Declaration
NINT UnloadFilter(pTEXT libname, pVOID libhandle)
Description
This function is defined in the ctuserx.c module used to build a filter callback function.
Return Values
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
NO_ERROR |
Successful operation. |
See c-tree Error Codes for a complete listing of valid c-tree error values.
Example
/*
Example Code
*/
See also
ctfiltercbAddFilter(), EvaluateFilter(), LoadFilter(), ctfiltercbRemoveFilter(), SetDataFilter()