Function windows_sys::Wdk::Storage::FileSystem::NtCreateSectionEx
pub unsafe extern "system" fn NtCreateSectionEx(
sectionhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
maximumsize: *const i64,
sectionpageprotection: u32,
allocationattributes: u32,
filehandle: HANDLE,
extendedparameters: *mut MEM_EXTENDED_PARAMETER,
extendedparametercount: u32
) -> NTSTATUS
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Memory"