KeReleaseGuardedMutexUnsafe routine
The KeReleaseGuardedMutexUnsafe routine releases a guarded mutex acquired by KeAcquireGuardedMutexUnsafe.
Syntax
VOID KeReleaseGuardedMutexUnsafe( _Inout_ PKGUARDED_MUTEX FastMutex );
Parameters
- FastMutex [in, out]
-
Pointer to the KGUARDED_MUTEX structure for the guarded mutex.
Return value
None
Remarks
For more information about guarded mutexes, see Fast Mutexes and Guarded Mutexes.
Requirements
|
Version | Available in Windows Server 2003 and later versions of Windows. |
|---|---|
|
Header |
|
|
Library |
|
|
IRQL | <= APC_LEVEL |
|
DDI compliance rules | IrqlKeApcLte1, HwStorPortProhibitedDDIs |
See also
Send comments about this topic to Microsoft
Build date: 5/22/2013