Searched refs:IPropertyBag_iface (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | propbag.c | 22 IPropertyBag IPropertyBag_iface; member 84 return CONTAINING_RECORD(iface, PropertyBag, IPropertyBag_iface); in impl_from_IPropertyBag() 93 *ppv = &This->IPropertyBag_iface; in PropertyBag_QueryInterface() 96 *ppv = &This->IPropertyBag_iface; in PropertyBag_QueryInterface() 190 return IPropertyBag_QueryInterface(&This->IPropertyBag_iface, riid, ppv); in PropertyBag2_QueryInterface() 196 return IPropertyBag_AddRef(&This->IPropertyBag_iface); in PropertyBag2_AddRef() 202 return IPropertyBag_Release(&This->IPropertyBag_iface); in PropertyBag2_Release() 326 prop_bag->IPropertyBag_iface.lpVtbl = &PropertyBagVtbl; in create_param_prop_bag() 333 IPropertyBag_Release(&prop_bag->IPropertyBag_iface); in create_param_prop_bag() 338 *ret = &prop_bag->IPropertyBag_iface; in create_param_prop_bag()
|
/reactos/dll/win32/shdocvw/ |
H A D | shlinstobj.c | 50 IPropertyBag IPropertyBag_iface; member 57 return CONTAINING_RECORD(iface, RegistryPropertyBag, IPropertyBag_iface); in impl_from_IPropertyBag() 71 *ppv = &This->IPropertyBag_iface; in RegistryPropertyBag_IPropertyBag_QueryInterface() 184 pRegistryPropertyBag->IPropertyBag_iface.lpVtbl = &RegistryPropertyBag_IPropertyBagVtbl; in RegistryPropertyBag_Constructor() 190 IPropertyBag_AddRef(&pRegistryPropertyBag->IPropertyBag_iface); in RegistryPropertyBag_Constructor() 191 … hr = IPropertyBag_QueryInterface(&pRegistryPropertyBag->IPropertyBag_iface, riid, ppvObject); in RegistryPropertyBag_Constructor() 192 IPropertyBag_Release(&pRegistryPropertyBag->IPropertyBag_iface); in RegistryPropertyBag_Constructor()
|
/reactos/dll/directx/wine/devenum/ |
H A D | mediacatenum.c | 48 IPropertyBag IPropertyBag_iface; member 61 return CONTAINING_RECORD(iface, RegPropBagImpl, IPropertyBag_iface); in impl_from_IPropertyBag() 341 rpb->IPropertyBag_iface.lpVtbl = &IPropertyBag_Vtbl; in create_PropertyBag() 370 *ppBag = &rpb->IPropertyBag_iface; in create_PropertyBag()
|
/reactos/dll/win32/mmdevapi/ |
H A D | devenum.c | 103 IPropertyBag IPropertyBag_iface; member 128 return CONTAINING_RECORD(iface, IPropertyBagImpl, IPropertyBag_iface); in impl_from_IPropertyBag() 620 hr = IPersistPropertyBag_Load(ppb, &bag.IPropertyBag_iface, NULL); in MMDevice_Activate()
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | ordinal.c | 1502 IPropertyBag IPropertyBag_iface; member 1509 return CONTAINING_RECORD(iface, PropBag, IPropertyBag_iface); in impl_from_IPropertyBag() 1592 pb->IPropertyBag_iface.lpVtbl = &prop_vtbl; in test_SHPropertyBag_ReadLONG() 1598 rc = pSHPropertyBag_ReadLONG(&pb->IPropertyBag_iface, NULL, &out); in test_SHPropertyBag_ReadLONG() 1601 rc = pSHPropertyBag_ReadLONG(&pb->IPropertyBag_iface, szName1, NULL); in test_SHPropertyBag_ReadLONG() 1603 rc = pSHPropertyBag_ReadLONG(&pb->IPropertyBag_iface, szName1, &out); in test_SHPropertyBag_ReadLONG()
|
/reactos/dll/directx/wine/qcap/ |
H A D | avimux.c | 61 IPropertyBag IPropertyBag_iface; member 1743 *ppv = &avimuxin->IPropertyBag_iface; in AviMuxIn_QueryInterface() 2203 return CONTAINING_RECORD(iface, AviMuxIn, IPropertyBag_iface); in AviMuxIn_from_IPropertyBag() 2331 avimux->in[avimux->input_pin_no]->IPropertyBag_iface.lpVtbl = &AviMuxIn_PropertyBagVtbl; in create_input_pin()
|