Share via


IEnumTuningSpaces::Skip Method

The Skip method skips the specified element in the collection.

Syntax

HRESULT Skip(
  [in]  ULONG celt
);

Parameters

  • celt [in]
    The index of the element to skip.

Return Value

Returns S_OK if successful. This method will succeed even if celt is zero. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header Declared in Dshow.h.
DLL Requires Quartz.dll.

See Also

IEnumTuningSpaces Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008