krnl386.exe: Add comment explaining what ZeroBits argument of NtMapViewOfSection is for.

Signed-off-by: Lass Safin <las@protonmail.ch>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Lass Safin 2019-03-04 20:27:52 +01:00 committed by Alexandre Julliard
parent acdedf4f0c
commit e61d7bbfbc
1 changed files with 1 additions and 1 deletions

View File

@ -1494,7 +1494,7 @@ void WINAPI __wine_vxd_win32s( CONTEXT *context )
* HANDLE32 SectionHandle [in] Section to be mapped
* DWORD ProcessHandle [in] Process to be mapped into
* DWORD * BaseAddress [in/out] Address to be mapped at
* DWORD ZeroBits [in] (?? unclear ??)
* DWORD ZeroBits [in] Upper address bits that should be null, starting from bit 31
* DWORD CommitSize [in] (?? unclear ??)
* LARGE_INTEGER *SectionOffset [in] Offset within section
* DWORD * ViewSize [in] Size of view