Microsoft SDK for Java

Advise

This method of the IConnectionPoint interface establishes a connection between the connection point object and the client's sink.

Syntax

public int Advise(IUnknown pUnkSink);

Parameters

[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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.