Click or drag to resize

IOleObjectEnumAdvise Method

Enumerates the advisory connections.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int EnumAdvise(
	out IEnumSTATDATA e
)

Parameters

e  IEnumSTATDATA
When this method returns, contains the advisory enumerator.

Return Value

Int32
The HRESULT returned by the COM method.
See Also