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
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".