![]() |
Release() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: MutexAutoRelease.h |
BOOL Release();
Release the mutex
if (m_pMutex && m_ulEntryCount) { //Decrease the count --m_ulEntryCount; //Try to release if (!m_pMutex->Release()) { //Increase the count ++m_ulEntryCount; //Exit return FALSE; } else return TRUE; } else return TRUE;
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |