Jump to content

KernTryRequestExclusiveMutex

From EDM2
Revision as of 03:50, 28 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, else 1, and the mutexlock is acquired successfully.

Synopsis

INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml);

Parameters

ml (KEEMutexLock*) - input
Pointer to an exclusive mutexlock.