Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

GetFilterVersion

Returns the version of the filter callback API that the DLL uses.

Declaration

LONG GetFilterVersion (VOID)

Description

This function is defined in the ctuserx.c module used to build a filter callback function.

When loading a filter callback DLL, FairCom DB calls this function and fails to load the DLL with error CBKV_ERR (870) if the filter callback API version returned by the DLL doesn't match the filter callback DLL API version that FairCom DB is using.

Return Values

Filter version found in the SDK.

See also

ctfiltercbAddFilter(), EvaluateFilter(), ctfiltercbRemoveFilter(), UnloadFilter(), SetDataFilter()

TOCIndex