Skip to main content

nt_create_section

Function nt_create_section 

Source
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,
) -> i32
Expand description

Dynamically calls NtCreateSection.

It will return the NTSTATUS value returned by the call.