IVIO_EnumDiagnosticEntry::Skip

This method skips over the specified number of items in the diagnostic entry enumeration list.

Syntax

HRESULT IVIO_EnumDiagnosticEntry::Skip ( ULONG cItems);

Parameters

cItems
[in] Number of elements in the diagnostic entry enumeration 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 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.