windows::Wdk::Storage::FileSystem

Function NtCreateSection

pub unsafe fn NtCreateSection(
    sectionhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    maximumsize: Option<*const i64>,
    sectionpageprotection: u32,
    allocationattributes: u32,
    filehandle: Option<HANDLE>,
) -> NTSTATUS