Функция _MemMoveMemory

 ↑  ←  Описание функции


_MemMoveMemory

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

См. также

Искать RtlMoveMemory в библиотеке MSDN