man DlpWriteResource (Fonctions bibliothèques) - DlpWriteResource
NAME
DlpWriteResource - write a resource to a PalmOS device
LIBRARY
libpconn
SYNOPSIS
#include <palm.h>#include <pconn/pconn.h>DlpWriteResource PConnection *pconn const ubyte handle const udword type const uword id const uword size const ubyte *data
DESCRIPTION
writes a resource to a database on a Palm. The database must already be open for writing.
handle is a database handle, as returned by DlpOpenDB(3) .
type specifies the resource's four-character type, with the first character in the most-significant eight bits.
id specifies the resource ID.
size specifies the length of the resource, in bytes.
data points to the resource data.
RETURN VALUE
returns 0 if successful, or a negative value otherwise.