KernRequestExclusiveMutex

From EDM2
Jump to: navigation, search

Request an exclusively owned mutex. Thread will block with the mutexlock is already owned.

Synopsis

VOID APIENTRY KernRequestExclusiveMutex(KEEMutexLock* ml);

Parameters

ml
Pointer to exclusively owned mutexlock structure.