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

ixDeleteResultVector

NAME

 ixDeleteResultVector -- Delete the results of a query or a result vector.

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 ixCreateResultVector().)
 Status -- A pointer to a value of type StatusCodeT

RETURNS

Nothing.

If an error occurs, Status will be set to an error value.

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

 ixProcessQuery, ixCreateResultVector