CConnectionPoint::OnAdvise

CConnectionPoint::OnAdvise

virtual void OnAdvise( BOOL bAdvise );

Parameters

bAdvise

TRUE, if a connection is being established; otherwise FALSE.

Remarks

Called by the framework when a connection is being established or broken. The default implementation does nothing.

Override this function if you want notification when sinks connect to or disconnect from your connection point.

CConnectionPoint Overview |  Class Members |  Hierarchy Chart