KernTryRequestExclusiveMutex
Appearance
INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml);
Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, else 1, and the mutexlock is acquired successfully.
ml: Pointer to an exclusive mutexlock.