windows::Win32::System::Threading

Function OpenMutexW

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