KernTryRequestSharedMutex: Difference between revisions
Appearance
Created page with "==Synopsis== INT APIENTRY KernTryRequestSharedMutex(KEEMutexLock* ml); ==Description== Try to acquire a shared mutexlock. If this fails, 0 is returned, if it succeeds, the mu..." |
m Ak120 moved page OS2 API:KEE:KernTryRequestSharedMutex to KernTryRequestSharedMutex |
(No difference)
|
Revision as of 12:31, 27 February 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.