AdsIsIndexFTS

Advantage Client Engine

Determines if the given index order is a full text search index.

Syntax

UNSIGNED32 AdsIsIndexFTS ( ADSHANDLE hIndex,

UNSIGNED16 *pbFTS );

Parameters

hIndex (I)

Handle of index order of interest.

pbFTS (O)

Returns True if index order is an FTS index.

Remarks

AdsIsIndexFTS will return True for the pbFTS parameter if the index order specified is an FTS index.

See Also

AdsCreateFTSIndex

AdsGetFTSIndexInfo