KernTryRequestExclusiveMutex: Difference between revisions
Appearance
Created page with "==Synopsis== INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml); ==Description== Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, e..." |
m Ak120 moved page OS2 API:KEE:KernTryRequestExclusiveMutex to KernTryRequestExclusiveMutex |
(No difference)
|
Revision as of 12:31, 27 February 2017
Synopsis
INT APIENTRY KernTryRequestExclusiveMutex(KEEMutexLock* ml);
Description
Attempt to acquire an exclusive owned mutex lock. Returns 0 if the request failed, else 1, and the mutexlock is acquired successfully.
Parameters
ml: Pointer to an exclusive mutexlock.