Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns what kind of critical region the thread proxy is within. Since hyper-critical regions are a superset of critical regions, if code has entered a critical region and then a hyper-critical region, InsideHyperCriticalRegion will be returned.
virtual CriticalRegionType GetCriticalRegionType() const =0;
Return Value
The type of critical region the thread proxy is within.
Requirements
Header: concrtrm.h
Namespace: Concurrency