pub unsafe fn OpenFileMappingFromApp<'a, Param1, Param2>(
    desiredaccess: u32,
    inherithandle: Param1,
    name: Param2
) -> HANDLE where
    Param1: IntoParam<'a, BOOL>,
    Param2: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’