prDeleteResultVector
Name
prDeleteResultVector
Synopsis
void prDeleteResultVector(OnixQueryVectorT
Vector, StatusCodeT *Status)
Arguments
Vector:
The vector you wish to delete.
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
prDeleteResultVector() deletes all the
memory used by a vector. Remember that you are responsible for
freeing the vectors returned by prProcessQuery().
In general you will call prDeleteResultVector()
prior to calling prProcessQuery() again. (There may be exceptions,
such as if you are comparing the results of two queries)
See Also
prProcessQuery, prGetWordVector