Jump to content

KernTryRequestSharedMutex

From EDM2
Revision as of 02:47, 10 May 2017 by Martini (talk | contribs)

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.