> The problem is my conduit uses SyncReadRecordByIndex to download the > records. SyncReadRecordByIndex makes use of the CRawRecordInfo structure, > where the structure's member 'm_TotalBytes' is the size of the buffer to > read, which is a WORD, which limits the specification of the size of the > buffer to 32Kb. Does this mean that you can only read the first 32Kb of a > record from the Conduit?
WORD is typedef'd as being unsigned short. Therefore, the limit is not 32 kb but 64 kb. Pascal -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
