man DlpResetRecordIndex (Fonctions bibliothèques) - DlpResetRecordIndex
NAME
DlpResetRecordIndex - reset a Palm database's
index
LIBRARY
libpconn
SYNOPSIS
#include <palm.h>#include <pconn/pconn.h>DlpResetRecordIndex PConnection *pconn const ubyte handle
DESCRIPTION
resets a database's index to the beginning, so that the next call to DlpReadNextModifiedRec will return the first modified record in the database.
handle is the database handle, as returned by DlpOpenDB(3) .
RETURN VALUE
returns 0 if successful, or a negative value otherwise.