Establishes a connection between the connection point and a sink.
STDMETHOD(Advise)(
IUnknown* pUnkSink,
DWORD* pdwCookie
);
Use Unadvise to terminate the connection call.
See IConnectionPoint::Advise in the Platform SDK.
Reference
IConnectionPointImpl Class
Other Resources
IConnectionPointImpl Members