Jump to content

KernTryRequestSharedMutex: Difference between revisions

From EDM2
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..."
(No difference)

Revision as of 05:09, 6 June 2016

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.