IEnumOpenServiceActivityCategory::Skip Method
-
Article
-
- 2 minutes to read
Skips the specified number of entries in the collection.
Syntax
HRESULT Skip(
ULONG celt
);
Parameters
- celt
[in] The number of entries to skip.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
Next, Reset