Jump to content

KernTryRequestExclusiveMutex: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 5: Line 5:


==Parameters==
==Parameters==
; '''ml''': Pointer to an exclusive mutexlock.  
; ''ml'' (KEEMutexLock*) - input: Pointer to an exclusive mutexlock.  




[[Category:KEE]]
[[Category:KEE]]

Latest revision as of 03:50, 28 May 2025

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.