NextInVRange Read the next data record in a range Short Name NXTVRNG() Type ISAM function Declaration COUNT NextInVRange(COUNT keyval, pVOID recptr, pVRLEN plen) Description Read the next data record in a range established by a call to AllocateRange(). If successful, the record becomes the current ISAM record for the associated data file. A successful NextInVRange() defines a current key value set, and subsequent calls to NextInVRange() or PreviousInVRange() will read the other records in the range. Return
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values. See also AllocateRange(), FreeRange(), FirstInRange(), FirstInVRange, LastInRange(), LastInVRange, NextInRange(), PreviousInRange, PreviousInVRange |
||||||||||||