Click or drag to resize

IOleObjectAdvise Method

Establishes an advisory connection.

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

Parameters

pAdvSink  IAdviseSink
The sink that receives notifications.
cookie  Int32
When this method returns, contains the connection identifier.

Return Value

Int32
The HRESULT returned by the COM method.
See Also