Hi:
   i want to know how to deal with the diferent data format while sync .
  i mean that when i use "SyncReadRecordByIndex(rInfo)" to get the buffer
where the palm data in .
but how to get the real data.
 i know use below  can get the UInt32:

 pBuffer=(char *) rInfo.m_pBytes;
  temp=(DWORD*)pBuffer;
  temp1=*temp;
   *(DWORD*)&temRec.rdata=SyncHHToHostDWord(temp1);

how i can get another types, as float ,char and so on.


jason



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

Reply via email to