Jump to content

KernFreeMutexLock: Difference between revisions

From EDM2
Created page with "==Synopsis== APIRET APIENTRY KernFreeMutexLock(KEEMutexLock* ml); ==Description== Destroy a mutexlock. ==Parameters== '''ml:''' Pointer to a mutexlock. ==Comments== Likewi..."
 
Ak120 (talk | contribs)
(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.