ixDeleteResultVector -- Delete the results of a query or a result vector.
void ixDeleteResultVector(OnixResultVectorT Vector, StatusCodeT *Status)
Vector -- A vector which has been returned from one of the routines which creates vectors. (Such as ixCreateResultVector().)
Status -- A pointer to a value of type StatusCodeT
Nothing.
If an error occurs, Status will be set to an error value.
There are a number of routines which create QueryVectors. Some of these routines are ixProcessQuery, ixVectorAnd, ixVectorOr, ixVectorNot, and ixCreateResultVector. When you are finished using the vectors returned from these routines, you may free up their resources using ixDeleteResultVector.