Contents Previous Page Next Page
IEnumHLITEM::Skip

Skips the next celt HLITEMs in the enumeration sequence.

HRESULT Skip(

    ULONG 
celt      // Number of elements to skip        
                                                         
   );                                                    
                                                         
Parameters

celt

[in] The number of elements to skip.

Return Values

S_OK

Indicates all of the elements specified by celt have been successfully skipped.

S_FALSE

Indicates fewer than the number of elements specified by celt, and possibly zerio elements, have been successfully skipped. This indicates that the enumerator has reached the end of the collection.

See Also

TBD