Click or drag to resize

IEnumUnknownNext Method

Retrieves a specified number of interfaces in the enumeration sequence.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int Next(
	int celt,
	IntPtr rgelt,
	IntPtr pceltFetched
)

Parameters

celt  Int32
The number of interface pointers to retrieve.
rgelt  IntPtr
A pointer that receives the fetched interface pointers.
pceltFetched  IntPtr
A pointer that receives the number of fetched interfaces.

Return Value

Int32
The HRESULT returned by the COM method.
See Also