Function windows_native::ntmmapi::NtMapViewOfSection
source · pub unsafe extern "system" fn NtMapViewOfSection(
SectionHandle: HANDLE,
ProcessHandle: HANDLE,
BaseAddress: *mut *mut c_void,
ZeroBits: usize,
CommitSize: usize,
SectionOffset: *mut i64,
ViewSize: *mut usize,
InheritDisposition: SECTION_INHERIT,
AllocationType: u32,
Win32Protect: u32
) -> NTSTATUS