Jump to content

KernFreeMutexLock

From EDM2
Revision as of 03:18, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Destroy a mutexlock.

Synopsis

APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml);

Parameters

ml (KEEMutexLock*) - input
Pointer to a mutexlock.

Comments

Likewise to KernFreeSpinLock, this is supposed to do something, but doesn't. Again a sloppiness in code.