man DlpReadFeature (Fonctions bibliothèques) - DlpReadFeature

NAME

DlpReadFeature - read a feature from a PalmOS device

LIBRARY

libpconn

SYNOPSIS

#include <palm.h>#include <pconn/pconn.h>DlpReadFeature PConnection *pconn const udword creator const word featurenum udword *value

DESCRIPTION

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

returns 0 if successful, or a negative value otherwise.

SEE ALSO