Product Documentation

Full-Text Search

Previous Topic

Next Topic

ctdbGetFTIStatus

Declaration

ULONG ctdbDECL ctdbGetFTIStatus(CTHANDLE Handle)

Description

Retrieve the status of the index handle.

  • Handle [IN] - FTS handle.

The status of the index handle is a bit map describing one or more of the following:

  • CTDBFTI_OLD - Original value (no changes)
  • CTDBFTI_NEW - Index added
  • CTDBFTI_DEL - Original Index deleted

Return

Return the index handle status value.

See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.

See Also

TOCIndex