The Main Manual Page Dynamic API Documentation CD-ROM API Documentation About Onix Types About Onix Errors Onix's Web Site at Lextek International Lextek International Onix Full Text Indexing and Retrieval Toolkit

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