BoolStruct Structure
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 BoolStruct Structure.
Supports the WRL infrastructure and is not intended to be used directly from your code.
struct BoolStruct;
The BoolStruct structure defines whether a ComPtr is managing the object lifetime of an interface. BoolStruct is used internally by the BoolType() operator.
Public Data Members
| Name | Description |
|---|---|
| BoolStruct::Member Data Member | Specifies that a ComPtr is, or is not, managing the object lifetime of an interface. |
BoolStruct
Header: internal.h
Namespace: Microsoft::WRL::Details
Microsoft::WRL::Details Namespace
ComPtr::operator Microsoft::WRL::Details::BoolType Operator
Show: