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