man DlpMoveCategory (Fonctions bibliothèques) - DlpMoveCategory
NAME
DlpMoveCategory - change the ID of a Palm database category
LIBRARY
libpconn
SYNOPSIS
#include <palm.h>#include <pconn/pconn.h>DlpMoveCategory PConnection *pconn const ubyte handle const ubyte from const ubyte to
DESCRIPTION
changes the category ID of a category in a Palm database.
handle specifies the database handle, as returned by DlpOpenDB(3) .
from specifies the ID of the category to change.
to specifies the new ID to which to change the category.
RETURN VALUE
returns 0 if successful, or a negative value otherwise.
SEE ALSO
BUGS
This function has not been tested.