dlpopenconduit(3)
NAME
- DlpOpenConduit - used before a conduit is opened, when sync
- ing a Palm database
LIBRARY
libpconn
SYNOPSIS
#include <palm.h> #include <pconn/pconn.h> int DlpOpenConduit(PConnection *pconn);
DESCRIPTION
- DlpOpenConduit is used before synchronizing a Palm database,
- usually just before opening the database with DlpOpenDB(3). It
- is not clear what this function does, although it appears to up
- date the "Synchronizing ..." message on the Palm.
RETURN VALUE
- DlpOpenConduit returns 0 if successful, or a negative value
- otherwise.
SEE ALSO
- libpconn(3).
- BSD Aug 16, 2001