This method of the IConnectionPoint interface establishes a connection between the connection point object and the client's sink.
public int Advise(IUnknown pUnkSink);
[in] pUnkSink | The pointer to the IUnknown interface on the client's advise sink. The client's sink receives outgoing calls from the connection point. |