dlpreadfeature(3)
NAME
DlpReadFeature - read a feature from a PalmOS device
LIBRARY
libpconn
SYNOPSIS
#include <palm.h> #include <pconn/pconn.h> int DlpReadFeature(PConnection *pconn, const udword creator, const word featurenum, udword *value);
DESCRIPTION
- DlpReadFeature reads a feature from the Feature Manager. It
- is not clear what this means.
- creator specifies the four-character feature creator.
- featurenum specifies the feature number.
- value is filled in with the feature data. It must point to a
- buffer of sufficient size.
RETURN VALUE
- DlpReadFeature returns 0 if successful, or a negative value
- otherwise.
SEE ALSO
- libpconn(3).
- BSD Aug 16, 2001