Home
last modified time | relevance | path

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

/reactos/dll/win32/ieframe/
H A Devents.c48 static inline ConnectionPointContainer *impl_from_IConnectionPointContainer(IConnectionPointContain… in impl_from_IConnectionPointContainer() function
56 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_QueryInterface()
62 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_AddRef()
68 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_Release()
75 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_EnumConnectionPoints()
83 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_FindConnectionPoint()
/reactos/dll/win32/mshtml/
H A Dconpoint.c357 static inline ConnectionPointContainer *impl_from_IConnectionPointContainer(IConnectionPointContain… in impl_from_IConnectionPointContainer() function
365 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_QueryInterface()
371 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_AddRef()
377 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_Release()
384 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_EnumConnectionPoints()
392 ConnectionPointContainer *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_FindConnectionPoint()
/reactos/dll/win32/oleaut32/
H A Dolefont.c304 static inline OLEFontImpl *impl_from_IConnectionPointContainer( IConnectionPointContainer *iface ) in impl_from_IConnectionPointContainer() function
1802 OLEFontImpl *this = impl_from_IConnectionPointContainer(iface); in OLEFontImpl_IConnectionPointContainer_QueryInterface()
1813 OLEFontImpl *this = impl_from_IConnectionPointContainer(iface); in OLEFontImpl_IConnectionPointContainer_Release()
1824 OLEFontImpl *this = impl_from_IConnectionPointContainer(iface); in OLEFontImpl_IConnectionPointContainer_AddRef()
1836 OLEFontImpl *this = impl_from_IConnectionPointContainer(iface); in OLEFontImpl_EnumConnectionPoints()
1850 OLEFontImpl *this = impl_from_IConnectionPointContainer(iface); in OLEFontImpl_FindConnectionPoint()
H A Dolepicture.c171 static inline OLEPictureImpl *impl_from_IConnectionPointContainer( IConnectionPointContainer *iface… in impl_from_IConnectionPointContainer() function
896 OLEPictureImpl *This = impl_from_IConnectionPointContainer(iface); in OLEPictureImpl_IConnectionPointContainer_QueryInterface()
904 OLEPictureImpl *This = impl_from_IConnectionPointContainer(iface); in OLEPictureImpl_IConnectionPointContainer_AddRef()
912 OLEPictureImpl *This = impl_from_IConnectionPointContainer(iface); in OLEPictureImpl_IConnectionPointContainer_Release()
921 OLEPictureImpl *This = impl_from_IConnectionPointContainer(iface); in OLEPictureImpl_EnumConnectionPoints()
932 OLEPictureImpl *This = impl_from_IConnectionPointContainer(iface); in OLEPictureImpl_FindConnectionPoint()
/reactos/dll/win32/msxml3/
H A Ddomdoc.c718 static inline domdoc *impl_from_IConnectionPointContainer(IConnectionPointContainer *iface) in impl_from_IConnectionPointContainer() function
3296 domdoc *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_QueryInterface()
3302 domdoc *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_AddRef()
3308 domdoc *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_Release()
3315 domdoc *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_EnumConnectionPoints()
3323 domdoc *This = impl_from_IConnectionPointContainer(iface); in ConnectionPointContainer_FindConnectionPoint()
/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c850 static inline Contain *impl_from_IConnectionPointContainer(IConnectionPointContainer *iface) in impl_from_IConnectionPointContainer() function
1365 Contain *iface = impl_from_IConnectionPointContainer(This); in Contain_AddRef()
1372 Contain *iface = impl_from_IConnectionPointContainer(This); in Contain_Release()
1400 ec->container = impl_from_IConnectionPointContainer(This); in Contain_EnumConnectionPoints()
1411 Contain *iface = impl_from_IConnectionPointContainer(This); in Contain_FindConnectionPoint()