Jump to content

KernFreeMutexLock

From EDM2
Revision as of 05:06, 6 June 2016 by Martini (talk | contribs) (Created page with "==Synopsis== APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml); ==Description== Destroy a mutexlock. ==Parameters== '''ml:''' Pointer to a mutexlock. ==Comments== Likewi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.