feature. See also
. The project being documented here (as the example) is the Zig library itself.
ntdll.NtMapViewOfSection
pub extern "ntdll" fn NtMapViewOfSection(
SectionHandle: HANDLE,
ProcessHandle: HANDLE,
BaseAddress: ?*PVOID,
ZeroBits: ?*const ULONG,
CommitSize: SIZE_T,
SectionOffset: ?*LARGE_INTEGER,
ViewSize: *SIZE_T,
InheritDispostion: SECTION_INHERIT,
AllocationType: MEM.MAP,
PageProtection: PAGE,
) callconv(.winapi) NTSTATUS
File
Code
pub extern "ntdll" fn NtMapViewOfSection(
SectionHandle: HANDLE,
ProcessHandle: HANDLE,
BaseAddress: ?*PVOID,
ZeroBits: ?*const ULONG,
CommitSize: SIZE_T,
SectionOffset: ?*LARGE_INTEGER,
ViewSize: *SIZE_T,
InheritDispostion: SECTION_INHERIT,
AllocationType: MEM.MAP,
PageProtection: PAGE,
) callconv(.winapi) NTSTATUS