IEnumStreamIdMap::Skip

 
Microsoft DirectShow 9.0

IEnumStreamIdMap::Skip

The Skip method skip the element at the specified index.

Syntax

  HRESULT Skip(
  ULONG cRecords
);

Parameters

cRecords

[in] Index of the element to skip.

Return Values

Returns S_OK if successful. If the method fails, an HRESULT error code is returned.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also