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