ReactOS 0.4.15-dev-7998-gdb93cb1
PropertyBag Struct Reference
Collaboration diagram for PropertyBag:

Public Attributes

IPropertyBag IPropertyBag_iface
 
IPropertyBag2 IPropertyBag2_iface
 
LONG ref
 
struct list props
 
UINT prop_count
 
PROPBAG2 * properties
 
VARIANTvalues
 

Detailed Description

Definition at line 21 of file propbag.c.

Member Data Documentation

◆ IPropertyBag2_iface

IPropertyBag2 PropertyBag::IPropertyBag2_iface

Definition at line 23 of file propbag.c.

Referenced by create_param_prop_bag().

◆ IPropertyBag_iface

IPropertyBag PropertyBag::IPropertyBag_iface

Definition at line 22 of file propbag.c.

Referenced by create_param_prop_bag().

◆ prop_count

UINT PropertyBag::prop_count

Definition at line 40 of file propertybag.c.

◆ properties

PROPBAG2* PropertyBag::properties

Definition at line 41 of file propertybag.c.

◆ props

struct list PropertyBag::props

Definition at line 27 of file propbag.c.

Referenced by add_prop(), create_param_prop_bag(), and find_prop().

◆ ref

LONG PropertyBag::ref

Definition at line 25 of file propbag.c.

Referenced by create_param_prop_bag().

◆ values

VARIANT* PropertyBag::values

Definition at line 42 of file propertybag.c.


The documentation for this struct was generated from the following files: