Function windows_sys::Win32::System::Memory::CreateFileMappingW
[−]pub unsafe extern "system" fn CreateFileMappingW(
hfile: HANDLE,
lpfilemappingattributes: *const SECURITY_ATTRIBUTES,
flprotect: PAGE_PROTECTION_FLAGS,
dwmaximumsizehigh: u32,
dwmaximumsizelow: u32,
lpname: PCWSTR
) -> HANDLE
Expand description
Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’, ‘Win32_Security’