Member index for:

Class CWin32Semaphore
Data Item m_bDontDelete
Data Item m_hSemaphore
Function Aquire(unsigned long ulMSTimeout=INFINITE)
Constructor CWin32Semaphore(const CWin32Semaphore& rSemaphore)
Constructor CWin32Semaphore(long lInitialCount, long lMaxCount, const char* pSemaphoreName=NULL)
Destructor ~CWin32Semaphore()
Function GetHandle() const
Operator operator =(const CWin32Semaphore& rSemaphore)
Function Release(long lAmount=1)
Function ReleaseObject()
Custom Code in Header Before Includes Custom Code in Header Before Includes
Custom Code in Header After Includes Custom Code in Header After Includes
Custom Code in Header After Class Declaration Custom Code in Header After Class Declaration
Custom Code in Source After Includes Custom Code in Source After Includes

[Back to Top]