Re: SHDOCVW: Added implementation of IConnectionPoint::Advise and Unadvise.

2005-12-01 Thread Jacek Caban
Robert Shearman wrote: I think you need to AddRef disp here and release it appropriately in both Unadvise and on the final release. You're right, I forgot to release it in Unadvise, but I don't have to AddRef disp here as I get it from QueryInterface. I'll send an updated patch. Thanks,

Re: SHDOCVW: Added implementation of IConnectionPoint::Advise and Unadvise.

2005-12-01 Thread Robert Shearman
Jacek Caban wrote: @@ -181,15 +184,52 @@ static HRESULT WINAPI ConnectionPoint_Ad DWORD *pdwCookie) { ConnectionPoint *This = CONPOINT_THIS(iface); -FIXME("(%p)->(%p %p)\n", This, pUnkSink, pdwCookie); -return E_NOTIMPL; +IDispatch *di