Click or drag to resize

IEnumOLEVERBNext Method

Retrieves a specified number of verbs 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,
	tagOLEVERB rgelt,
	int[] pceltFetched
)

Parameters

celt  Int32
The number of verbs to retrieve.
rgelt  tagOLEVERB
Receives the retrieved verb description.
pceltFetched  Int32
Receives the number of verbs actually fetched.

Return Value

Int32
The HRESULT returned by the COM method.
See Also