Jump to content

KernFreeMutexLock

From EDM2
Revision as of 03:00, 27 February 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:KEE:KernFreeMutexLock to KernFreeMutexLock)

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.