Jump to content

KernTryRequestExclusiveMutex

From EDM2
Revision as of 05:16, 6 June 2016 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.