IDataAdviseHolderAdvise Method |
Creates an advisory connection.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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