pconnclose(3)
NAME
PConnClose - shut down a connection to a PalmOS device
LIBRARY
libpconn
SYNOPSIS
#include <palm.h> #include <pconn/pconn.h> int PConnClose(PConnection *pconn);
DESCRIPTION
- PConnClose closes the PConnection pointed to by pconn, and
- frees it.
RETURN VALUE
- PConnClose returns 0 if successful, or a negative value in
- case of error.
SEE ALSO
- libpconn(3), new_PConnection(3).
- BSD Aug 15, 2001