fix MmMapViewOfSection prototype

svn path=/trunk/; revision=33336
This commit is contained in:
Timo Kreuzer 2008-05-06 21:37:10 +00:00
parent 2799b51019
commit 7df59a1212

View file

@ -51,7 +51,7 @@ MmMapViewOfSection(
IN ULONG ZeroBits,
IN ULONG CommitSize,
IN OUT PLARGE_INTEGER SectionOffset OPTIONAL,
IN OUT PULONG ViewSize,
IN OUT PSIZE_T ViewSize,
IN SECTION_INHERIT InheritDisposition,
IN ULONG AllocationType,
IN ULONG Protect