Click or drag to resize

IEnumUnknownSkip Method

Skips 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 Skip(
	int celt
)

Parameters

celt  Int32
The number of interfaces to skip.

Return Value

Int32
The HRESULT returned by the COM method.
See Also