RtlFillMemory (NTDLL.@)
VOID RtlFillMemory ( VOID* Destination, SIZE_T Length, BYTE Fill )
Set a block of memory with a value.
Destination | [Out] | Block to fill. |
Length | [In] | Number of bytes to fill. |
Fill | [In] | Value to set. |
Nothing.
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 Jul 2008.