Retrieves a specified number of verbs 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,
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
Int32The HRESULT returned by the COM method.
See Also