ixDeleteIndexManager
void ixDeleteIndexManager(OnixIndexManagerT IndexManager,
StatusCodeT *Status)
IndexManager -- An index manager object which was created by a call to ixCreateIndexManager().
*Status -- Pointer to a value of type StatusCodeT
Nothing
Status is set to a value to let you know if an error condition occurred.
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.