I have records in my database that store a user and an associated signature
with the user in the form of the structure shown below. I want to send this
information to my desktop application through the serial port. Will I be
using the standard "SerSend" function to send the signature pointers to the
desktop? How can I achieve this?

typedef struct signature
{
 char User[50];
 BitmapPtr SignaturePtr;
}
signature_record;

Thanks.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to