RtlMoveMemory.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RtlMoveMemory (NTDLL.@)

SYNOPSIS

VOID RtlMoveMemory
 (
  VOID*       Destination,
  CONST VOID* Source,
  SIZE_T      Length
 )

DESCRIPTION

Move a block of memory that may overlap.

PARAMS

Destination [Out] End destination for block.

Source [Out] Where to start copying from.

Length [In] Number of bytes to copy.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/ntdll/rtl.c".

Debug channel "ntdll".