Does DmWrite handle overlapping memory?

I have an array stored in a record and I want to move half of it to insert
an item in the middle.  I do not want to move each element one at a time
because of the overhead to check the bounds.  Can I use DmWrite to move
memory or do I need to make a copy of it and then write it back offset by 2
(the size of my array elements)?

Thanks,

Brad



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

Reply via email to