IVIO_EnumMaintenanceItems::Skip

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

Syntax

HRESULT IVIO_EnumMaintenanceItems::Skip ( ULONG cItems);

Parameters

cItems
[in] Number of elements to skip in the maintenance entry enumeration.

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.