Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- C/Database Toolchest Library - name: <b>ifindnext</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Name:       ifindnext

Purpose:    move current record pointer to next record by index

Prototype:  int ifindnext (Db_Obj *db, Index_Obj *index);

Header:     isam.h

Inputs:     db      - database handle
            index   - index handle

Description:
        ifindnext moves the file cursor (current record pointer) of the
        database db to the record associated with the next entry in the
        index.

        ifindnext returns EOI (end of index) if there is no next record.

Returns:
        OK, ERROR, or EOI (end of index).

See Also: ifindprev ifindhead ifindtail

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson