IEnumRepositoryErrors::Skip
Use this method to skip over the next one or more elements in the enumeration.
HRESULT Skip(ULONG iCount)
Parts
iCount
[in]
The number of elements to be skipped.
Return Value
S_OK
The method completed successfully.
Error Values
This method failed to complete successfully.
See Also
IEnumRepositoryErrors Interface