.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlFillMemory 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlFillMemory\fR (NTDLL.@) .SH SYNOPSIS VOID RtlFillMemory ( VOID* \fIDestination\fR, SIZE_T \fILength\fR, BYTE \fIFill\fR ) .SH DESCRIPTION .PP Set a block of memory with a value. .SH PARAMS \fIDestination\fR \fB[Out]\fR Block to fill. .PP \fILength\fR \fB[In]\fR Number of bytes to fill. .PP \fIFill\fR \fB[In]\fR Value to set. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtl.c"\fR. .PP Debug channel \fB"ntdll"\fR.