Function Reference


_MemMoveMemory

Moves memory either forward or backward, aligned or unaligned

#include <Memory.au3>
_MemMoveMemory ( $pSource, $pDest, $iLength )

Parameters

$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

Return Value

None, @error flag may be set in case of bad DllCall() return (AutoIt or Windows errors).

Remarks

Invalid pointers will crash the script.

See Also

Search RtlMoveMemory in MSDN Library.