IEnumSSRCs::Skip

[This is preliminary documentation and subject to change.]

Skips over the next specified number of elements in the enumeration sequence.

HRESULT Skip(
  ULONG cSSRCs
);
 

Parameters

cSSRCs
Number of elements to skip.

Return Values

S_OK
If the number of elements skipped is cSSRCs.
S_FALSE
If the number of elements skipped is not cSSRCs.