Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.55 KB

boolstruct-structure.md

File metadata and controls

52 lines (34 loc) · 1.55 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: BoolStruct Structure
BoolStruct Structure
09/21/2018
reference
internal/Microsoft::WRL::Details::BoolStruct
internal/Microsoft::WRL::Details::BoolStruct::Member
Microsoft::WRL::Details::BoolStruct structure
Microsoft::WRL::Details::BoolStruct::Member data member
666eae78-e81d-4fb7-a9e4-1ba617d6d4cd

BoolStruct Structure

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

struct BoolStruct;

Remarks

The BoolStruct structure defines whether a ComPtr is managing the object lifetime of an interface. BoolStruct is used internally by the BoolType() operator.

Members

Public Data Members

Name Description
BoolStruct::Member Specifies that a ComPtr is, or is not, managing the object lifetime of an interface.

Inheritance Hierarchy

BoolStruct

Requirements

Header: internal.h

Namespace: Microsoft::WRL::Details

BoolStruct::Member

Supports the WRL infrastructure and is not intended to be used directly from your code.

int Member;

Remarks

Specifies that a ComPtr is, or is not, managing the object lifetime of an interface.