Compartilhar via


IEnumComponentTypes::Skip

 
Microsoft DirectShow 9.0

IEnumComponentTypes::Skip

The Skip method skips the element at the specified index.

Syntax

  HRESULT Skip(
    ULONG celt
    );

Parameters

celt

[in] Index of the element to skip.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also