Moves memory either forward or backward, aligned or unaligned
#include <Memory.au3>
_MemMoveMemory ( $pSource, $pDest, $iLength )
$pSource | Pointer to the source of the move |
$pDest | Pointer to the destination of the move |
$iLength | Specifies the number of bytes to be copied |
Invalid pointers will crash the script.
Search RtlMoveMemory in MSDN Library.