Microsoft::WRL::Wrappers Namespace
Defines Resource Acquisition Is Initialization (RAII) wrapper types that simplify the lifetime management of objects, strings, and handles.
namespace Microsoft::WRL::Wrappers;
Members
Typedefs
Name |
Description |
---|---|
FileHandle |
HandleT<HandleTraits::FileHandleTraits> |
Classes
Name |
Description |
---|---|
Represents a critical section object. |
|
Represents an event. |
|
Represents a handle to an object. |
|
Provides support for manipulating HSTRING handles. |
|
Represents an HSTRING that is created from an existing string. |
|
Represents a synchronization object that exclusively controls a shared resource. |
|
Initializes the Windows Runtime. |
|
Represents a synchronization object that controls a shared resource that can support a limited number of users. |
|
Represents a slim reader/writer lock. |
Requirements
Header: corewrappers.h
Namespace: Microsoft::WRL::Wrappers