xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CFTSClose()

Closes a Full Text Search index file.

Syntax

CFTSClose( <nFileHandle> ) --> nErrorCode

Arguments

<nFileHandle>
This is the numeric file handle of the Full Text Search index file to add a new entry to. The file handle is returned from CFTSOpen() or CFTSCrea().

Return

The function returns a numeric value. Positive 1 indicates that the file is successfully closed, while negative numbers identify an error condition.

Description

CFTSClose() is a synonym for function HS_Close(). Refer to HS_Close() for more information.

Info

See also:HS_Add(), HS_Index(), HS_Next(), HS_Open(), HS_Set()
Category: CFTS functions
Source:rdd\hsx\cftsfunc.c
LIB:lib\xhb.lib
DLL:dll\xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe