thanks for posting the Note Pad structs to the Palm Dev mailing list.
This is exactly what I was looking for. Can you (or anyone else) tell me, is there any
additional information on these structures available? Some of this
stuff is a little unclear, like what l1 and l2 are.
typedef struct {
unsigned long bodyLen;
unsigned long width;
unsigned long height;
unsigned long l1; /* 1 ul x ? */
unsigned long l2; /* 1 ul y ? */
unsigned int dataLen; /* length of dataRecs in bytes */
} body_t;and what is the repeat variable?
typedef struct {
unsigned char repeat;
unsigned char data;
} dataRec_t;thanks,
Scott Schmitz
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
