KernRequestExclusiveMutex
Appearance
Synopsis
VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);
Description
Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.
Parameters
ml: Pointer to exclusively owned mutexlock structure.