HRESULT Advise( IUnknown* pUnkSink, DWORD* pdwCookie );
See IConnectionPoint::Advise in the Win32 SDK.
Remarks
Establishes a connection between the connection point and a sink.
To terminated the connection call, Unadvise.
IConnectionPointImpl Overview | Class Members