RtlFillMemory.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlFillMemory (NTDLL.@)

SYNOPSIS

VOID RtlFillMemory
 (
  VOID*  Destination,
  SIZE_T Length,
  BYTE   Fill
 )

DESCRIPTION

Set a block of memory with a value.

PARAMS

Destination [Out] Block to fill.

Length [In] Number of bytes to fill.

Fill [In] Value to set.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "winbase.h".

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

Debug channel "ntdll".