NtMapViewOfSection
Function parameters
Parameters
- BaseAddress:*PVOID
- ZeroBits:?*ULONG
- SectionOffset:?*LARGE_INTEGER
- ViewSize:*SIZE_T
Functions in this namespace
Functions
- RtlGetFullPathName_U
- Returns the number of bytes written to `Buffer`.
Source
Implementation
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