Jump to content

KernTryRequestExclusiveMutex: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 9: Line 9:




[[Category:The OS/2 API Project]]
[[Category:Kern]]

Revision as of 02:48, 10 May 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.