Click or drag to resize

IEnumUnknown Interface

Enumerates unknown COM interfaces.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IEnumUnknown

The IEnumUnknown type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a copy of the enumerator in its current state.
Public methodNext Retrieves a specified number of interfaces in the enumeration sequence.
Public methodReset Resets the enumeration sequence to the beginning.
Public methodSkip Skips a specified number of interfaces in the enumeration sequence.
Top
See Also