Function win_sys::Memory::CreateFileMapping2
source · [−]pub unsafe fn CreateFileMapping2<'a, Param0, Param6>(
file: Param0,
securityattributes: *const SECURITY_ATTRIBUTES,
desiredaccess: u32,
pageprotection: PAGE_PROTECTION_FLAGS,
allocationattributes: u32,
maximumsize: u64,
name: Param6,
extendedparameters: *mut MEM_EXTENDED_PARAMETER,
parametercount: u32
) -> HANDLE where
Param0: IntoParam<'a, HANDLE>,
Param6: IntoParam<'a, PCWSTR>, Expand description
Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’, ‘Win32_Security’