ixCloseIndex
NAME
ixCloseIndex -- Closes an opened index.
SYNOPSIS
ixCloseIndex(OnixIndexManagerT IndexManager,StatusCodeT *Status);
ARGUMENTS
IndexManager -- An IndexManager Object
*Status -- A pointer to a value of type
StatusCodeT
RETURNS
Nothing
Status will be set to an error value if an error condition
occurs.
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
ixOpenIndex, ixCreateIndex
|