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

type NtCreateSectionEx = unsafe extern "system" fn(SectionHandle: PHANDLE, DesiredAccess: ACCESS_MASK, ObjectAttributes: POBJECT_ATTRIBUTES, MaximumSize: PLARGE_INTEGER, SectionPageProtection: ULONG, AllocationAttributes: ULONG, FileHandle: HANDLE, ExtendedParameters: PMEM_EXTENDED_PARAMETER, ExtendedParameterCount: ULONG) -> NTSTATUS;