IVIO_EnumDevices::Skip

This method skips over the specified number of items in the vehicle’s device enumeration list.

Syntax

HRESULT IVIO_EnumDevices::Skip ( ULONG cDevices);

Parameters

cDevices
[in] Number of items in the device CLSID list to skip.

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 cDevices.
S_FALSE The number of elements skipped is less than the value specified in cDevices.
E_OUTOFMEMORY The application is out of memory.
E_INVALIDARG The value of cDevices is invalid.
E_UNEXPECTED An unexpected error occurred.