Advantage Client Engine
Retrieves the total number of full text search index orders associated with the given table.
UNSIGNED32 AdsGetNumFTSIndexes ( ADSHANDLE hTable,
UNSIGNED16 *pusNum );
hTable (I) |
Handle of table. |
pusNum (O) |
Return number of full text search (FTS) index orders. |
Use this API to determine how many full text search indexes exist in all open index files for the given table. Calling this function before calling AdsGetFTSIndexes will provide the number of index orders that will be returned.