Jump to content

KernTryRequestSharedMutex: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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);
 
==Description==
Try to acquire a shared mutexlock. If this fails, 0 is returned, if it succeeds, the mutexlock is acquired, and 1 is returned.


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


[[Category:The OS/2 API Project]]
[[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.