ReactOS 0.4.16-dev-13-ge2fc578
|
Public Attributes | |
IPropertyBag | IPropertyBag_iface |
IPropertyBag2 | IPropertyBag2_iface |
LONG | ref |
struct list | props |
UINT | prop_count |
PROPBAG2 * | properties |
VARIANT * | values |
IPropertyBag2 PropertyBag::IPropertyBag2_iface |
Definition at line 23 of file propbag.c.
Referenced by create_param_prop_bag().
IPropertyBag PropertyBag::IPropertyBag_iface |
Definition at line 22 of file propbag.c.
Referenced by create_param_prop_bag().
UINT PropertyBag::prop_count |
Definition at line 40 of file propertybag.c.
PROPBAG2* PropertyBag::properties |
Definition at line 41 of file propertybag.c.
Definition at line 27 of file propbag.c.
Referenced by add_prop(), create_param_prop_bag(), and find_prop().
LONG PropertyBag::ref |
Definition at line 25 of file propbag.c.
Referenced by create_param_prop_bag().
VARIANT* PropertyBag::values |
Definition at line 42 of file propertybag.c.