IConnectionPointImpl::Advise

 

Establishes a connection between the connection point and a sink.

Syntax

      STDMETHOD(Advise)(
   IUnknown* pUnkSink,
   DWORD* pdwCookie 
);

Remarks

Use Unadvise to terminate the connection call.

See IConnectionPoint::Advise in the Windows SDK.

Requirements

Header: atlcom.h

See Also

IConnectionPointImpl Class