Hi all,

Sorry for posting too fast. I searched the archives for DmResizeRecord() and I 
found the answer:

1. DmResizeRecord() is blind to the busy bit, and does not change its value;
2. If I want to write on the record, I must use DmGetRecord();
3. Does not matter whether DmResizeRecord() is before or after DmGetRecord(), 
since I check correctly the returned handles (if they're NULL, etc.);
4. I think I can use the handle returned by DmResizeRecord() to read it as it 
was returned by DmQueryRecord().

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

Reply via email to