dlpresetrecordindex(3)
NAME
- DlpResetRecordIndex - reset a Palm database's ``next modi
- fied record'' index
LIBRARY
libpconn
SYNOPSIS
#include <palm.h> #include <pconn/pconn.h> int DlpResetRecordIndex(PConnection *pconn, const ubyte handle);
DESCRIPTION
- DlpResetRecordIndex resets a database's ``next modified
- record'' index to the beginning, so that the next call to
DlpReadNextModifiedRec
the database.
handle is the database handle, as returned by DlpOpenDB(3).
RETURN VALUE
- DlpResetRecordIndex returns 0 if successful, or a negative
- value otherwise.
SEE ALSO
- libpconn(3), DlpOpenDB(3), DlpReadNextModifiedRec(3), Dl
- pReadNextModifiedRecInCategory(3).
- BSD Aug 16, 2001