KernTryRequestSharedMutex
Appearance
INT APIENTRY KernTryRequestSharedMutex(KEEMutexLock* ml);
Try to acquire a shared mutexlock. If this fails, 0 is returned, if it succeeds, the mutexlock is acquired, and 1 is returned.
ml: Pointer to a mutexlock structure.