Product Documentation

Full-Text Search

Previous Topic

Next Topic

CTFullTextIndexDictionary::SetOption

Declaration

void CTFullTextIndexDictionary::SetOption(UCOUNT option, CTString &pvalue, ULONG lvalue)

Parameters:

  • option [IN] - Option to set.
  • pvalue [IN] - Value to set the option to for option taking string value.
  • lvalue [IN] - Value to set the option to for option taking long value.

Description

Set Full-Text Index dictionary options.

Return Values

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

See Also

TOCIndex