windows::Win32::System::Memory

Function OpenFileMappingA

pub unsafe fn OpenFileMappingA<P2>(
    dwdesiredaccess: u32,
    binherithandle: bool,
    lpname: P2,
) -> Result<HANDLE>
where P2: Param<PCSTR>,