KernTryRequestSharedMutex: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
==Parameters== | ==Parameters== | ||
; ml : Pointer to a mutexlock structure. | ; ''ml'' (KEEMutexLock*) - input : Pointer to a mutexlock structure. | ||
[[Category:KEE]] | [[Category:KEE]] |
Latest revision as of 03:51, 28 May 2025
Try to acquire a shared mutexlock. If this fails, 0 is returned, if it succeeds, the mutexlock is acquired, and 1 is returned.
Synopsis
INT APIENTRY KernTryRequestSharedMutex(KEEMutexLock* ml);
Parameters
- ml (KEEMutexLock*) - input
- Pointer to a mutexlock structure.