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