[][src]Type Definition ntapi::ntmmapi::NtMapViewOfSection

type NtMapViewOfSection = unsafe extern "system" fn(SectionHandle: HANDLE, ProcessHandle: HANDLE, BaseAddress: *mut PVOID, ZeroBits: ULONG_PTR, CommitSize: SIZE_T, SectionOffset: PLARGE_INTEGER, ViewSize: PSIZE_T, InheritDisposition: SECTION_INHERIT, AllocationType: ULONG, Win32Protect: ULONG) -> NTSTATUS;