This method skips over the specified number of items in the vehicle maintenance items collection.
HRESULT IVIO_EnumMaintenanceItems::Skip ( ULONG cItems);
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. |