ixDeleteResultVector
Name
ixDeleteResultVector
Synopsis
void ixDeleteResultVector( OnixResultVectorT Vector, StatusCodeT *Status)
Arguments
Vector: A vector which has been returned from one of the routines which creates vectors, such as ixProcessQuery.
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
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.
See Also
Queries, Manual Queries
ixProcessQuery, ixCreateResultVector