KernTryRequestSharedMutex: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernTryRequestSharedMutex to KernTryRequestSharedMutex |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Try to acquire a shared mutexlock. If this fails, 0 is returned, if it succeeds, the mutexlock is acquired, and 1 is returned. | |||
==Synopsis== | ==Synopsis== | ||
INT APIENTRY KernTryRequestSharedMutex(KEEMutexLock* ml); | INT APIENTRY KernTryRequestSharedMutex(KEEMutexLock* ml); | ||
==Parameters== | ==Parameters== | ||
; ''ml'' (KEEMutexLock*) - input : Pointer to a mutexlock structure. | |||
[[Category: | [[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.