Previous Topic

Next Topic

ctfiltercbLoadLib()

Called when the c-tree Server loads a filter callback DLL. This function initializes resources that are used by the filter callback DLL.

The function prototype for ctfiltercbLoadLib() is:

NINT ctfiltercbLoadLib(pTEXT libname, ppVOID plibhandle);
  • libname the filter callback DLL name that was passed to SetDataFilter().
  • plibhandle a pointer to an application-defined library handle. ctfiltercbLoadLib() can allocate memory for use by the filter callback function and can return its address in this parameter.