windows::Wdk::Storage::FileSystem

Function NtCreateSectionEx

pub unsafe fn NtCreateSectionEx(
    sectionhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    maximumsize: Option<*const i64>,
    sectionpageprotection: u32,
    allocationattributes: u32,
    filehandle: Option<HANDLE>,
    extendedparameters: Option<&mut [MEM_EXTENDED_PARAMETER]>,
) -> NTSTATUS