Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The latest version of this topic can be found at Microsoft::WRL::Wrappers::HandleTraits Namespace.
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