IVIO_EnumMetrics::Skip

This method skips over the specified number of items in the vehicle metrics collection.

Syntax

HRESULT IVIO_EnumMetrics::Skip ( ULONG cItems);

Parameters

cItems
[in] Number of items to skip in the collection.

Return Values

One of the values described in the following table is returned.

Value
Description
S_OK The number of elements skipped is equal to the value specified in cItems.
S_FALSE The number of elements skipped is less than the value specified in cItems.
E_OUTOFMEMORY The application is out of memory.
E_INVALIDARG The value of cItems is invalid.
E_UNEXPECTED An unexpected error occurred.