Click or drag to resize

IDataAdviseHolderAdvise Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.IDataAdviseHolder.Advise(System.Runtime.InteropServices.ComTypes.IDataObject,System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Advise(
	IDataObject dataObject,
	in FORMATETC fetc,
	ADVF advf,
	IAdviseSink advise,
	out int pdwConnection
)

Parameters

dataObject  IDataObject

[Missing <param name="dataObject"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IDataAdviseHolder.Advise(System.Runtime.InteropServices.ComTypes.IDataObject,System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)"]

fetc  FORMATETC

[Missing <param name="fetc"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IDataAdviseHolder.Advise(System.Runtime.InteropServices.ComTypes.IDataObject,System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)"]

advf  ADVF

[Missing <param name="advf"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IDataAdviseHolder.Advise(System.Runtime.InteropServices.ComTypes.IDataObject,System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)"]

advise  IAdviseSink

[Missing <param name="advise"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IDataAdviseHolder.Advise(System.Runtime.InteropServices.ComTypes.IDataObject,System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)"]

pdwConnection  Int32

[Missing <param name="pdwConnection"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IDataAdviseHolder.Advise(System.Runtime.InteropServices.ComTypes.IDataObject,System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)"]

See Also