IEnumOpenServiceActivityCategory::Skip Method

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