Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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.