Click or drag to resize

IStorageEnumElements Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.EnumElements(System.Int32,System.IntPtr,System.Int32,System.Object@)"]


Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void EnumElements(
	int reserved1,
	IntPtr reserved2,
	int reserved3,
	out Object ppVal
)

Parameters

reserved1  Int32

[Missing <param name="reserved1"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.EnumElements(System.Int32,System.IntPtr,System.Int32,System.Object@)"]

reserved2  IntPtr

[Missing <param name="reserved2"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.EnumElements(System.Int32,System.IntPtr,System.Int32,System.Object@)"]

reserved3  Int32

[Missing <param name="reserved3"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.EnumElements(System.Int32,System.IntPtr,System.Int32,System.Object@)"]

ppVal  Object

[Missing <param name="ppVal"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IStorage.EnumElements(System.Int32,System.IntPtr,System.Int32,System.Object@)"]

See Also