"Eugene Mayevski" <[EMAIL PROTECTED]> wrote in message
news:45719@palm-dev-forum...
> I meant a buffer that is passed to my ReadProc callback from ExgDBRead. I
> think it is allocated automatically by ExgDBRead code, right?
My mistake. The buffer is indeed allocated by ExgDBRead. It actually calls
your ReadProc with various different "buffers", sometimes on the stack and
sometimes dynamically allocated, but always in the dynamic heap. So you
shouldn't need to use FileDmRead to fill the buffer that ExgDBRead passes
you. I'll make sure the docs get updated to reflect this.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/