"Daniel B. Sigurgeirsson" <[EMAIL PROTECTED]> wrote in message
news:15102@palm-dev-forum...
> DmWrite( pData, 0, pData + 5, 15 );

It sounds like you want to know if DmWrite is safe to use when the source
and destination areas overlap. It isn't documented as being safe to use this
way. The current implementation uses MemMove, which *is* documented as being
safe to use with overlapping regions.

I know I'm not really answering your question -- sorry!
--
Danny Epstein
OS Engineer, Palm Inc.


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

Reply via email to