Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns what kind of critical region the thread proxy is within. Because 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