Share via


IEnumFilters::Skip (Compact 2013)

3/26/2014

This method skips a specified number of filters in the enumeration sequence.

Syntax

HRESULT Skip(
  ULONG cFilter
);

Parameters

  • cFilter
    [in] Number of filters to skip.

Return Value

None.

Remarks

This method affects the return value of the next call to the IEnumFilters::Next method.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IEnumFilters Interface