Question about DmWrite

2003-08-14 Thread Brad Figler
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

Re: Question about DmWrite

2003-08-14 Thread Ben Combee
At 07:10 PM 8/12/2003, Brad Figler wrote: Does DmWrite handle overlapping memory? Yes. DmWrite is implemented using MemMove, which correctly handles overlapping regions to avoid copying data that's already been written. -- Ben Combee [EMAIL PROTECTED] CodeWarrior for Palm OS technical lead Palm