Click or drag to resize

IDataAdviseHolderAdvise 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(
	IDataObject dataObject,
	in FORMATETC fetc,
	ADVF advf,
	IAdviseSink advise,
	out int pdwConnection
)

Parameters

dataObject  IDataObject
The data object to monitor for changes.
fetc  FORMATETC
The requested data format and target device information.
advf  ADVF
The advisory flags that control the connection.
advise  IAdviseSink
The sink that receives change notifications.
pdwConnection  Int32
When this method returns, contains the advisory connection identifier.
See Also