IUMSThreadProxy::ExitCriticalRegion Method

Called in order to exit a critical region.

virtual int ExitCriticalRegion() =0;

Return Value

The new depth of critical region. Critical regions are reentrant.

Requirements

Header: concrtrm.h

Namespace: concurrency

See Also

Reference

IUMSThreadProxy Structure

IUMSThreadProxy::EnterCriticalRegion Method