Commit e61d7bbf authored by Lass Safin's avatar Lass Safin Committed by Alexandre Julliard

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

parent acdedf4f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment