ixVectorRewind
void ixVectorRewind(OnixQueryVectorT Vector, StatusCodeT *Status)
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
Nothing.
If an error occurs, Status will be set to an error value.
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.