ixCloseIndex
Name
ixCloseIndex
Synopsis
ixCloseIndex(OnixIndexManagerT IndexManager, StatusCodeT *Status)
Arguments
IndexManager: An IndexManager Object.
Status: A pointer to a value of type StatusCodeT representing any error conditions.
Returns
Nothing.
If an error occurred, Status will be set to the error number.
Description
If you have an index which was opened with a call to ixOpenIndex() you can close it with a call to ixCloseIndex(). ixCloseIndex() closes the current index associated with the index manager. ixCloseIndex also saves changes to the index which have not been saved yet. (Such as deleted records.)
See Also
Opening and Closing Indexes
ixOpenIndex, ixCreateIndex