Skips a specified number of segments in an enumeration sequence.
HRESULT Skip( ULONG celt );
- celt
[in] Number of segments in the enumeration sequence to skip.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method skips a specified number of segments in an enumeration sequence.