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.
Specializes a CriticalSection object to support either an invalid critical section or a function to release a critical section.
struct CriticalSectionTraits;
Members
Public Typedefs
| Name | Description | 
|---|---|
| Type | A typedef that defines a pointer to a critical section. Type is defined as typedef CRITICAL_SECTION* Type;. | 
Public Methods
| Name | Description | 
|---|---|
| Specializes a CriticalSection template so that the template is always invalid. | |
| Specializes a CriticalSection template so that it supports releasing ownership of the specified critical section object. | 
Inheritance Hierarchy
CriticalSectionTraits
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers::HandleTraits