Function windows::Win32::System::Memory::OpenFileMappingFromApp

pub unsafe fn OpenFileMappingFromApp<P0, P1>(
    desiredaccess: u32,
    inherithandle: P0,
    name: P1,
) -> Result<HANDLE>
where P0: Param<BOOL>, P1: Param<PCWSTR>,