Undocumented functions of NTDLL

2OOO, 12 October


NtMapViewOfSection
NtMapViewOfSection

NTSYSAPI 
NTSTATUS
NTAPI

NtMapViewOfSection(
IN HANDLE SectionHandle, IN HANDLE ProcessHandle, IN OUT PVOID *BaseAddress OPTIONAL, IN ULONG ZeroBits OPTIONAL, IN ULONG CommitSize, IN OUT PLARGE_INTEGER SectionOffset OPTIONAL, IN OUT PULONG ViewSize, IN InheritDisposition, IN ULONG AllocationType OPTIONAL, IN ULONG Protect );



Function NtMapViewOfSection maps specified part of Section Object into process memory.






Supported on system versions:
NT 4.0,Win 2000,Win XP/2003



Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtAllocateVirtualMemory
NtCreateSection
NtOpenSection
NtUnmapViewOfSection