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.
Describes characteristics of common handle-based resource types.
Syntax
namespace Microsoft::WRL::Wrappers::HandleTraits;
Members
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. |
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers