windows::Win32::System::Memory

Function OpenFileMappingW

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