Home
last modified time | relevance | path

Searched refs:RegistryPropertyBag (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shdocvw/
H A Dshlinstobj.c53 } RegistryPropertyBag; typedef
55 static inline RegistryPropertyBag *impl_from_IPropertyBag(IPropertyBag *iface) in impl_from_IPropertyBag()
57 return CONTAINING_RECORD(iface, RegistryPropertyBag, IPropertyBag_iface); in impl_from_IPropertyBag()
63 RegistryPropertyBag *This = impl_from_IPropertyBag(iface); in RegistryPropertyBag_IPropertyBag_QueryInterface()
83 RegistryPropertyBag *This = impl_from_IPropertyBag(iface); in RegistryPropertyBag_IPropertyBag_AddRef()
98 RegistryPropertyBag *This = impl_from_IPropertyBag(iface); in RegistryPropertyBag_IPropertyBag_Release()
118 RegistryPropertyBag *This = impl_from_IPropertyBag(iface); in RegistryPropertyBag_IPropertyBag_Read()
177 RegistryPropertyBag *pRegistryPropertyBag; in RegistryPropertyBag_Constructor()
182 pRegistryPropertyBag = heap_alloc(sizeof(RegistryPropertyBag)); in RegistryPropertyBag_Constructor()