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: HANDLEProcessHandle: HANDLEBaseAddress: *PVOIDZeroBits: ?*ULONGCommitSize: SIZE_TSectionOffset: ?*LARGE_INTEGERViewSize: *SIZE_TInheritDispostion: SECTION_INHERITAllocationType: ULONGWin32Protect: 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