Previous Topic

Next Topic

ctfiltercbUnloadLib()

Called when the c-tree Server unloads a filter callback DLL. This function cleans up resources that are used by the filter callback DLL.

The function prototype for ctfiltercbUnloadLib() is:

NINT ctfiltercbUnloadLib(pTEXT libname, pVOID libhandle);
  • libname the filter callback DLL name that was passed to SetDataFilter().
  • libhandle the application-defined library handle that was set by ctfiltercbLoadLib().