IEnumStreamBufferRecordingAttrib::Skip

 
Microsoft DirectShow 9.0

IEnumStreamBufferRecordingAttrib::Skip

This topic applies only to Windows XP Service Pack 1 or later.

The Skip method skips over a specified number of attributes.

Syntax

  HRESULT Skip(
    ULONG 
  cRecords
  
); 

Parameters

cRecords

[in]  The number of attributes to skip.

Return Values

Returns an HRESULT value. Possible values include the following.

Value Description
S_FALSE Skipped past the end of the sequence.
S_OK Success.

Requirements

Header: Include Sbe.h.

See Also