man DlpResetSyncFlags (Fonctions bibliothèques) - DlpResetSyncFlags

NAME

DlpResetSyncFlags - clear sync flags on a PalmOS database

LIBRARY

libpconn

SYNOPSIS

#include <palm.h>#include <pconn/pconn.h>DlpResetSyncFlags PConnection *pconn const ubyte handle

DESCRIPTION

For record databases, clears the dirty flag on each record; for both record and resource databases, sets the time to now.

handle is the database handle, as returned by DlpOpenDB(3) .

RETURN VALUE

returns 0 if successful, or a negative value otherwise.

SEE ALSO