Function windows_sys::Wdk::System::SystemServices::ZwCreateSection
pub unsafe extern "system" fn ZwCreateSection(
sectionhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
maximumsize: *const i64,
sectionpageprotection: u32,
allocationattributes: u32,
filehandle: HANDLE
) -> NTSTATUSExpand description
Required features: "Wdk_Foundation", "Win32_Foundation"