Home
last modified time | relevance | path

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

/reactos/dll/win32/ieframe/
H A Devents.c81 REFIID riid, LPCONNECTIONPOINT *ppCP) in ConnectionPointContainer_FindConnectionPoint() argument
85 if(!ppCP) { in ConnectionPointContainer_FindConnectionPoint()
90 *ppCP = NULL; in ConnectionPointContainer_FindConnectionPoint()
93 TRACE("(%p)->(DIID_DWebBrowserEvents2 %p)\n", This, ppCP); in ConnectionPointContainer_FindConnectionPoint()
94 *ppCP = &This->wbe2->IConnectionPoint_iface; in ConnectionPointContainer_FindConnectionPoint()
96 TRACE("(%p)->(DIID_DWebBrowserEvents %p)\n", This, ppCP); in ConnectionPointContainer_FindConnectionPoint()
97 *ppCP = &This->wbe->IConnectionPoint_iface; in ConnectionPointContainer_FindConnectionPoint()
99 TRACE("(%p)->(IID_IPropertyNotifySink %p)\n", This, ppCP); in ConnectionPointContainer_FindConnectionPoint()
100 *ppCP = &This->pns->IConnectionPoint_iface; in ConnectionPointContainer_FindConnectionPoint()
103 if(*ppCP) { in ConnectionPointContainer_FindConnectionPoint()
[all …]
/reactos/dll/win32/mshtml/
H A Dconpoint.c390 REFIID riid, IConnectionPoint **ppCP) in ConnectionPointContainer_FindConnectionPoint() argument
395 TRACE("(%p)->(%s %p)\n", This, debugstr_mshtml_guid(riid), ppCP); in ConnectionPointContainer_FindConnectionPoint()
399 riid, ppCP); in ConnectionPointContainer_FindConnectionPoint()
404 *ppCP = NULL; in ConnectionPointContainer_FindConnectionPoint()
408 *ppCP = &cp->IConnectionPoint_iface; in ConnectionPointContainer_FindConnectionPoint()
409 IConnectionPoint_AddRef(*ppCP); in ConnectionPointContainer_FindConnectionPoint()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp347 virtual HRESULT STDMETHODCALLTYPE FindConnectionPoint(REFIID riid, IConnectionPoint ** ppCP) in FindConnectionPoint() argument
350 HRESULT hr = m_IConnectionPointContainer->FindConnectionPoint(riid, ppCP); in FindConnectionPoint()
351 dbgprintf(TEXT("CConnectionPointContainer::FindConnectionPoint -> %08X, pCP = %p"), hr, *ppCP); in FindConnectionPoint()
354 *ppCP = HookIConnectionPoint(*ppCP); in FindConnectionPoint()
409 dbgprintf(TEXT("CEnumConnectionPoints::Next(%lu, %p, %p)"), cConnections, ppCP, pcFetched); in Next()
410 HRESULT hr = m_IEnumConnectionPoints->Next(cConnections, ppCP, pcFetched); in Next()
414 *ppCP = HookIConnectionPoint(*ppCP); in Next()
3162 virtual HRESULT STDMETHODCALLTYPE FindConnectionPoint(REFIID riid, IConnectionPoint ** ppCP) in FindConnectionPoint() argument
3166 HRESULT hr = pIConnectionPointContainer->FindConnectionPoint(riid, ppCP); in FindConnectionPoint()
3167 dbgprintf(TEXT("IConnectionPointContainer::FindConnectionPoint -> %08X, pCP = %p"), hr, *ppCP); in FindConnectionPoint()
[all …]
/reactos/sdk/lib/atl/
H A Datlcom.h1445 STDMETHOD(FindConnectionPoint)(REFIID riid, IConnectionPoint **ppCP) in STDMETHOD()
1453 if (ppCP == NULL) in STDMETHOD()
1455 *ppCP = NULL; in STDMETHOD()
1471 *ppCP = connectionPoint; in STDMETHOD()
/reactos/dll/win32/oleaut32/
H A Dusrmarshal.c2375 IConnectionPoint **ppCP, in IEnumConnectionPoints_Next_Proxy() argument
2380 TRACE("(%u, %p %p)\n", cConnections, ppCP, pcFetched); in IEnumConnectionPoints_Next_Proxy()
2385 return IEnumConnectionPoints_RemoteNext_Proxy(This, cConnections, ppCP, pcFetched); in IEnumConnectionPoints_Next_Proxy()
2391 IConnectionPoint **ppCP, in IEnumConnectionPoints_Next_Stub() argument
2396 TRACE("(%u, %p, %p)\n", cConnections, ppCP, pcFetched); in IEnumConnectionPoints_Next_Stub()
2399 hr = IEnumConnectionPoints_Next(This, cConnections, ppCP, pcFetched); in IEnumConnectionPoints_Next_Stub()
H A Dolepicture.c930 IConnectionPoint **ppCP) in OLEPictureImpl_FindConnectionPoint() argument
933 TRACE("(%p,%s,%p)\n",This,debugstr_guid(riid),ppCP); in OLEPictureImpl_FindConnectionPoint()
934 if (!ppCP) in OLEPictureImpl_FindConnectionPoint()
936 *ppCP = NULL; in OLEPictureImpl_FindConnectionPoint()
938 return IConnectionPoint_QueryInterface(This->pCP, &IID_IConnectionPoint, (void**)ppCP); in OLEPictureImpl_FindConnectionPoint()
/reactos/sdk/include/psdk/
H A Docidl.idl638 HRESULT FindConnectionPoint( [in] REFIID riid, [out] IConnectionPoint **ppCP );
695 [out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTIONPOINT *ppCP,
701 [out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTIONPOINT *ppCP,
/reactos/modules/rostests/winetests/atl100/
H A Datl.c434 REFIID riid, IConnectionPoint **ppCP) in ConnectionPointContainer_FindConnectionPoint() argument
437 *ppCP = &ConnectionPoint; in ConnectionPointContainer_FindConnectionPoint()
/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c1409 IConnectionPoint **ppCP) in Contain_FindConnectionPoint() argument
1431 *ppCP = &pt->IConnectionPoint_iface; in Contain_FindConnectionPoint()
1435 *ppCP = iface->pt[0]; in Contain_FindConnectionPoint()
1436 IUnknown_AddRef((IUnknown*)*ppCP); in Contain_FindConnectionPoint()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dactivex.cpp4119 virtual STDMETHODIMP Next(ULONG cConnections, LPCONNECTIONPOINT * ppCP, ULONG * pcFetched) in Next() argument
4126 *ppCP = m_cp; in Next()
4582 … STDMETHODIMP IConnectionPointContainer::FindConnectionPoint(REFIID riid, IConnectionPoint ** ppCP) in FindConnectionPoint() argument
4588 *ppCP = this; in FindConnectionPoint()
/reactos/modules/rostests/winetests/mshtml/
H A Dactivex.c859 REFIID riid, IConnectionPoint **ppCP) in ConnectionPointContainer_FindConnectionPoint() argument
871 *ppCP = &ConnectionPoint; in ConnectionPointContainer_FindConnectionPoint()
H A Dhtmldoc.c4261 REFIID riid, IConnectionPoint **ppCP) in ConnectionPointContainer_FindConnectionPoint() argument
4266 *ppCP = &ConnectionPointWBE2; in ConnectionPointContainer_FindConnectionPoint()