KernTryRequestExclusiveMutex: Difference between revisions
Appearance
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); | ||
==Parameters== | ==Parameters== | ||
'''ml | ; '''ml''': Pointer to an exclusive mutexlock. | ||
[[Category: | [[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.