DBASEstringIdxClose |
Top Previous Next |
Index file DBASE close. To every DBASE table an index file can be put on. With this index the real assortment of the table is given. This routine closes a before open index file again. And, therefore, must be called if the index is not required any more. Parametre db (struct dbIdx *) [IN / OUT] The structure dbIdx contains information, about index name and whether the index has changed since the last access. Result (int) [OUT] It becomes 0 zurückgeliefert. Declaration #include "dbase.h"
int DLLENTRY DBASEstringIdxClose ( struct dbIdx * db ); Related functions DBASEstringIdxCreate
|