dlpmovecategory(3)
NAME
DlpMoveCategory - change the ID of a Palm database category
LIBRARY
libpconn
SYNOPSIS
#include <palm.h> #include <pconn/pconn.h> int DlpMoveCategory(PConnection *pconn, const ubyte handle, const ubyte from, const ubyte to);
DESCRIPTION
- DlpMoveCategory 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
- DlpMoveCategory returns 0 if successful, or a negative value
- otherwise.
SEE ALSO
BUGS
- This function has not been tested.
- BSD Aug 16, 2001