#include <WinMutex.h>
Inheritance diagram for caffeine::CWinMutex:

Public Member Functions | |
| ~CWinMutex () | |
| ~CWinMutex | |
| void | Lock () |
| Lock. | |
| void | Unlock () |
| Unlock. | |
| bool | TryLock () |
| TryLock. | |
Description: Windows mutex object.
Limitations:
|
|
~CWinMutex Description: Default destructor.
|
|
|
Lock. Description: Locks the mutex.
Implements caffeine::CMutex. |
|
|
TryLock. Description: Determines whether this mutex is currently locked.
Implements caffeine::CMutex. |
|
|
Unlock. Description: Unlocks the mutex.
Implements caffeine::CMutex. |