Sorry for replying to myself.I think I need to explore my problem.
I found the Database stucture of Contacts application in Treo 650 as

typedef struct
{
  AddrOptionsType options;
  Char * fields[addrNumStringFields];
  BirthdayInfo birthdayInfo; // NEW
  AddressDBPictureInfo pictureInfo; // NEW
  UInt16 numBlobs; // NEW
  BlobType blobs[apptMaxBlobs]; // NEW
} AddrDBRecordType;
where AddressDBPictureInfo is defined as
typedef struct
{
   UInt16 pictureDirty; //set when a picture is edited or added
   UInt16 pictureSize; //size of the image in bytes
   void*  pictureData; //image data in jpeg format, limit is 4k
} AddressDBPictureInfo;
In my app I want to beam pictureInfo. But I dont know what/how to store picture 
info in vCard.I found some info at 
http://www.imc.org/imc-vcard/mail-archive/msg00569.html. 

Kabir



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

Reply via email to