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: 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
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
The Index Manager
ixCreateIndexManager