Click or drag to resize

IOleAdviseHolderAdvise Method

Creates an advisory connection.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Advise(
	IAdviseSink pAdvise,
	out int pdwConnection
)

Parameters

pAdvise  IAdviseSink
The sink that receives OLE notifications.
pdwConnection  Int32
When this method returns, contains the advisory connection identifier.
See Also