Jump to content

KernFreeMutexLock

From EDM2
Revision as of 02:50, 10 May 2017 by Martini (talk | contribs)

Synopsis

APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml);

Description

Destroy a mutexlock.

Parameters

ml: Pointer to a mutexlock.

Comments

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