>>I need to know how the function "MemMove" is actually implemented. 
>>Maybe I could get some idea from the source code of MemoryMgr.c.
>>Could someone quote part of the source code containing "MemMove"? 
>>Or, if it's illegal to quote the source code, could you please 
>>explain how memory content is moved?
>
>The PalmOS version of MemMove is a little odd because the order of the
>arguments is switched around from the usual C version.  The prototype 
>is like so:
>
>Err MemMove(void *dstP, const void *sP, Int32 numBytes);

Whoops, thought you were wondering this because of the argument order
thing.  It works pretty much like MemMove does in C, though.  I think it
just takes and does a straight copy over from one memory location to 
another...it's used similiar to memcpy, I think.

-Rus

-- 
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