Scroll to navigation

RtlZeroMemory(3w) Wine API RtlZeroMemory(3w)

NAME

RtlZeroMemory (NTDLL.@)

SYNOPSIS

VOID RtlZeroMemory
(
VOID* Destination,
SIZE_T Length
)
 

DESCRIPTION

Set a block of memory with 0's.
 

PARAMS

Destination [Out] Block to fill.
Length [In] Number of bytes to fill.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/ntdll/rtl.c".
Debug channel "ntdll".
Oct 2012 Wine API