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

Declared in "winbase.h". https://source.winehq.org/source/include/winbase.h

Implemented in "dlls/ntdll/rtl.c". https://source.winehq.org/source/dlls/ntdll/rtl.c

Debug channel "ntdll".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.