pub fn nt_create_section(
section_handle: *mut HANDLE,
desired_access: u32,
object_attributes: *mut OBJECT_ATTRIBUTES,
size: *mut LARGE_INTEGER,
page_protection: u32,
allocation_attributes: u32,
file_handle: HANDLE,
) -> i32Expand description
Dynamically calls NtCreateSection.
It will return the NTSTATUS value returned by the call.