dlpwriteresource(3)
NAME
DlpWriteResource - write a resource to a PalmOS device
LIBRARY
libpconn
SYNOPSIS
#include <palm.h> #include <pconn/pconn.h> int DlpWriteResource(PConnection *pconn, const ubyte handle, const udword type, const uword id, const uword size, const ubyte *data);
DESCRIPTION
- DlpWriteResource 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
- DlpWriteResource returns 0 if successful, or a negative val
- ue otherwise.
SEE ALSO
- libpconn(3), DlpOpenDB(3), DlpWriteRecord(3).
- BSD Aug 16, 2001