Microsoft::WRL::Wrappers::HandleTraits Namespace
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Microsoft::WRL::Wrappers::HandleTraits Namespace.
Describes characteristics of common handle-based resource types.
namespace Microsoft::WRL::Wrappers::HandleTraits;
Structures
| Name | Description |
|---|---|
| CriticalSectionTraits Structure | Specializes a CriticalSection object to support either an invalid critical section or a function to release a critical section. |
| EventTraits Structure | Defines characteristics of an Event class handle. |
| FileHandleTraits Structure | Defines characteristics of a file handle. |
| HANDLENullTraits Structure | Defines common characteristics of an uninitialized handle. |
| HANDLETraits Structure | Defines common characteristics of a handle. |
| MutexTraits Structure | Defines common characteristics of the Mutex class. |
| SemaphoreTraits Structure | Defines common characteristics of a Semaphore object. |
| SRWLockExclusiveTraits Structure | Describes common characteristics of the SRWLock class in exclusive lock mode. |
| SRWLockSharedTraits Structure | Describes common characteristics of the SRWLock class in shared lock mode. |
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers
Show: