Searched refs:IUnknownImpl (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/quartz/ |
H A D | filtermapper.c | 534 typedef struct IUnknownImpl struct 539 } IUnknownImpl; typedef 541 static IUnknownImpl *IUnknownImpl_from_iface(IUnknown * iface) in IUnknownImpl_from_iface() 543 return CONTAINING_RECORD(iface, IUnknownImpl, IUnknown_iface); in IUnknownImpl_from_iface() 554 IUnknownImpl *This = IUnknownImpl_from_iface(iface); in IUnknownImpl_AddRef() 561 IUnknownImpl *This = IUnknownImpl_from_iface(iface); in IUnknownImpl_Release() 578 IUnknownImpl unk_outer = { { &IUnknownImpl_Vtbl }, 0, 0 }; in test_aggregate_filter_mapper()
|
H A D | filtergraph.c | 2198 typedef struct IUnknownImpl struct 2203 } IUnknownImpl; argument 2205 static IUnknownImpl *IUnknownImpl_from_iface(IUnknown * iface) in IUnknownImpl_from_iface() 2207 return CONTAINING_RECORD(iface, IUnknownImpl, IUnknown_iface); in IUnknownImpl_from_iface() 2218 IUnknownImpl *This = IUnknownImpl_from_iface(iface); in IUnknownImpl_AddRef() 2225 IUnknownImpl *This = IUnknownImpl_from_iface(iface); in IUnknownImpl_Release() 2242 IUnknownImpl unk_outer = { { &IUnknownImpl_Vtbl }, 0, 0 }; in test_aggregate_filter_graph()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfolder.c | 2979 } IUnknownImpl; typedef 2981 static inline IUnknownImpl *impl_from_IUnknown(IUnknown *iface) in impl_from_IUnknown() 2983 return CONTAINING_RECORD(iface, IUnknownImpl, IUnknown_iface); in impl_from_IUnknown() 2988 IUnknownImpl *This = impl_from_IUnknown(iunk); in unk_fnQueryInterface() 3023 IUnknownImpl *punkimpl; in test_SHGetIDListFromObject() 3191 IUnknownImpl *punkimpl; in test_SHGetItemFromObject()
|