<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://xboxdevwiki.net/index.php?action=history&amp;feed=atom&amp;title=User%3AGrovespaz%2FKernel%2FRtlFillMemory</id>
		<title>User:Grovespaz/Kernel/RtlFillMemory - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://xboxdevwiki.net/index.php?action=history&amp;feed=atom&amp;title=User%3AGrovespaz%2FKernel%2FRtlFillMemory"/>
		<link rel="alternate" type="text/html" href="https://xboxdevwiki.net/index.php?title=User:Grovespaz/Kernel/RtlFillMemory&amp;action=history"/>
		<updated>2026-05-24T01:24:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://xboxdevwiki.net/index.php?title=User:Grovespaz/Kernel/RtlFillMemory&amp;diff=6495&amp;oldid=prev</id>
		<title>Grovespaz: Created page with &quot;{{KernelExport|name=RtlFillMemory|ordinal=284}}  Fills a specified memory area with repetitions of a ULONG value == Syntax ==  &lt;nowiki&gt;XBAPI VOID NTAPI RtlFillMemoryUlong (...&quot;</title>
		<link rel="alternate" type="text/html" href="https://xboxdevwiki.net/index.php?title=User:Grovespaz/Kernel/RtlFillMemory&amp;diff=6495&amp;oldid=prev"/>
				<updated>2018-09-01T07:55:52Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{KernelExport|name=RtlFillMemory|ordinal=284}}  Fills a specified memory area with repetitions of a ULONG value == Syntax ==  &amp;lt;nowiki&amp;gt;XBAPI VOID NTAPI RtlFillMemoryUlong (...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{KernelExport|name=RtlFillMemory|ordinal=284}}&lt;br /&gt;
&lt;br /&gt;
Fills a specified memory area with repetitions of a ULONG value&lt;br /&gt;
== Syntax ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;XBAPI VOID NTAPI RtlFillMemoryUlong&lt;br /&gt;
(&lt;br /&gt;
    PVOID Destination,&lt;br /&gt;
    SIZE_T Length,&lt;br /&gt;
    ULONG Pattern&lt;br /&gt;
);&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The original Windows NT function is documented in the MSDN: [https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/wdm/nf-wdm-rtlfillmemory RtlFillMemory]&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
=== Destination (PVOID) ===&lt;br /&gt;
A pointer to the (ULONG-aligned) memory block which is to be filled&lt;br /&gt;
=== Length (SIZE_T) ===&lt;br /&gt;
The length of the memory block which is to be filled&lt;br /&gt;
=== Pattern (ULONG) ===&lt;br /&gt;
The ULONG-value with which the memory block will be filled&lt;br /&gt;
== Return Value ==&lt;br /&gt;
RtlFillMemory returns '''VOID'''.&lt;/div&gt;</summary>
		<author><name>Grovespaz</name></author>	</entry>

	</feed>