KeReleaseGuardedMutexUnsafe - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

VOID KeReleaseGuardedMutexUnsafe(
  [in, out] PKGUARDED_MUTEX FastMutex
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-kereleaseguardedmutexunsafe)

KeReleaseGuardedMutexUnsafe function

Description

The KeReleaseGuardedMutexUnsafe routine releases a guarded mutex acquired by KeAcquireGuardedMutexUnsafe.

Parameters

FastMutex [in, out]

Pointer to the KGUARDED_MUTEX structure for the guarded mutex.

Remarks

For more information about guarded mutexes, see Fast Mutexes and Guarded Mutexes.

See also

KeAcquireGuardedMutexUnsafe