Function NtMapViewOfSection [src]
Prototype
pub extern "ntdll" fn NtMapViewOfSection( SectionHandle: HANDLE, ProcessHandle: HANDLE, BaseAddress: *PVOID, ZeroBits: ?*ULONG, CommitSize: SIZE_T, SectionOffset: ?*LARGE_INTEGER, ViewSize: *SIZE_T, InheritDispostion: SECTION_INHERIT, AllocationType: ULONG, Win32Protect: ULONG, ) callconv(.winapi) NTSTATUS
Parameters
SectionHandle: HANDLE
ProcessHandle: HANDLE
BaseAddress: *PVOID
ZeroBits: ?*ULONG
CommitSize: SIZE_T
SectionOffset: ?*LARGE_INTEGER
ViewSize: *SIZE_T
InheritDispostion: SECTION_INHERIT
AllocationType: ULONG
Win32Protect: ULONG
Source
pub extern "ntdll" fn NtMapViewOfSection(
SectionHandle: HANDLE,
ProcessHandle: HANDLE,
BaseAddress: *PVOID,
ZeroBits: ?*ULONG,
CommitSize: SIZE_T,
SectionOffset: ?*LARGE_INTEGER,
ViewSize: *SIZE_T,
InheritDispostion: SECTION_INHERIT,
AllocationType: ULONG,
Win32Protect: ULONG,
) callconv(.winapi) NTSTATUS