pub unsafe fn OpenFileMappingW<'a, Param1, Param2>(
    dwdesiredaccess: u32,
    binherithandle: Param1,
    lpname: Param2
) -> HANDLE where
    Param1: IntoParam<'a, BOOL>,
    Param2: IntoParam<'a, PCWSTR>, 
Expand description

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’