Retrieves a specified number of interfaces in the enumeration sequence.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxint 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
Int32The HRESULT returned by the COM method.
See Also