KernFreeMutexLock: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
; ml : Pointer to a mutexlock. | |||
==Comments== | ==Comments== | ||
Likewise to KernFreeSpinLock, this is supposed to do something, but doesn't. Again a sloppiness in code. | Likewise to [[KernFreeSpinLock]], this is supposed to do something, but doesn't. Again a sloppiness in code. | ||
[[Category:KEE]] | [[Category:KEE]] |
Revision as of 23:03, 9 June 2017
Destroy a mutexlock.
Synopsis
APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml);
Parameters
- ml
- Pointer to a mutexlock.
Comments
Likewise to KernFreeSpinLock, this is supposed to do something, but doesn't. Again a sloppiness in code.