Jump to content

KernTryRequestExclusiveMutex: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, else 1, and the mutexlock is acquired successfully.
==Synopsis==
==Synopsis==
INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml);
INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml);
 
==Description==
Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, else 1, and the mutexlock is acquired successfully.


==Parameters==
==Parameters==
'''ml:''' Pointer to an exclusive mutexlock.  
; '''ml''': Pointer to an exclusive mutexlock.  




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

Revision as of 22:56, 9 June 2017

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
Pointer to an exclusive mutexlock.