Hi,

I was wondering what happens if I call LeaveCriticalSection API without calling first EnterCriticalSection

Another thing does EnterCriticalSection/LeaveCriticalSection throws an exception (C++ exceptions) if needed

Thanks in advance
avi123