KernTryRequestSharedMutex: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernTryRequestSharedMutex to KernTryRequestSharedMutex |
No edit summary |
||
Line 8: | Line 8: | ||
'''ml:''' Pointer to a mutexlock structure. | '''ml:''' Pointer to a mutexlock structure. | ||
[[Category: | [[Category:Kern]] |
Revision as of 02:47, 10 May 2017
Synopsis
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
ml: Pointer to a mutexlock structure.