RtlMoveMemory(3w)

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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtl.c".

Debug channel "ntdll".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout