KernFreeMutexLock: Difference between revisions
Appearance
Created page with "==Synopsis== APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml); ==Description== Destroy a mutexlock. ==Parameters== '''ml:''' Pointer to a mutexlock. ==Comments== Likewi..." |
m Ak120 moved page OS2 API:KEE:KernFreeMutexLock to KernFreeMutexLock |
(No difference)
|
Revision as of 03:00, 27 February 2017
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.