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

ixDeleteIndexManager

NAME

 ixDeleteIndexManager

SYNOPSIS

 void ixDeleteIndexManager(OnixIndexManagerT IndexManager,
  StatusCodeT *Status)

ARGUMENTS

 IndexManager -- An index manager object which was created by a call to ixCreateIndexManager().

 *Status  -- Pointer to a value of type StatusCodeT

RETURNS

 Nothing

 Status is set to a value to let you know if an error condition occurred.

DESCRIPTION

ixDeleteIndexManager() is used to dispose of the index manager object created by a call to ixCreateIndexManager().  ixDeleteIndexManager() should be the last call you make when you are finished using an index.  Be sure not to call this function more than once with the same value being passed in for the index manager as this could corrupt the heap.

SEE ALSO

 ixCreateIndexManager