Home
last modified time | relevance | path

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

/reactos/dll/win32/oleaut32/
H A Dconnpt.h22 HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP) DECLSPEC_HIDDEN;
H A Dolefont.c1016 CreateConnectionPoint((IUnknown*)&newObject->IFont_iface, &IID_IPropertyNotifySink, in OLEFontImpl_Clone()
1018 CreateConnectionPoint((IUnknown*)&newObject->IFont_iface, &IID_IFontEventsDisp, in OLEFontImpl_Clone()
2182CreateConnectionPoint((IUnknown*)&newObject->IFont_iface, &IID_IPropertyNotifySink, &newObject->pP… in OLEFontImpl_Construct()
2183CreateConnectionPoint((IUnknown*)&newObject->IFont_iface, &IID_IFontEventsDisp, &newObject->pFontE… in OLEFontImpl_Construct()
H A Dconnpt.c572 HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, in CreateConnectionPoint() function
H A Dolepicture.c306 hr = CreateConnectionPoint((IUnknown*)&newObject->IPicture_iface, &IID_IPropertyNotifySink, in OLEPictureImpl_Construct()