#include <SyncObjects.h>
Inheritance diagram for OW32::CCriticalSection:
Public Member Functions | |
CCriticalSection () | |
Constructor that initialises the critical section. | |
~CCriticalSection () | |
Tidy the critical section. | |
BOOL | Lock (DWORD dwTimeout=INFINITE) |
Enter the critical section. | |
void | Unlock () |
Leave the critical section. |
|
Enter the critical section.
Implements OW32::CSyncObject. |