ixVectorRewind
Name
ixVectorRewind
Synopsis
void ixVectorRewind(OnixQueryVectorT Vector, StatusCodeT *Status)
Arguments
Vector: A vector which was created by a call to a routine which creates vectors. (Such as ixProcessQuery or ixCreateResultVector.)
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
ixVectorRewind is used to move to the beginning of a query vector or results list. So, for example if you have reached the end of a results list returned from ixProcessQuery and would like to move to the beginning of the query vector, ixVectorRewind is the function of choice.
See Also
Queries, Manual Queries
ixVectorPreviousHit, ixVectorNextHit, ixVectorNextHit