description | title | ms.date | ms.topic | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|---|
Learn more about: BoolStruct Structure |
BoolStruct Structure |
09/21/2018 |
reference |
|
|
666eae78-e81d-4fb7-a9e4-1ba617d6d4cd |
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.
Name | Description |
---|---|
BoolStruct::Member | Specifies that a ComPtr is, or is not, managing the object lifetime of an interface. |
BoolStruct
Header: internal.h
Namespace: Microsoft::WRL::Details
Supports the WRL infrastructure and is not intended to be used directly from your code.
int Member;
Specifies that a ComPtr is, or is not, managing the object lifetime of an interface.