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 "dlls/ntdll/rtl.c". source.winehq.org/source/dlls/ntdll/rtl.c

Debug channel "ntdll".


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