ISBE2EnumStream::Skip method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Skips a specified number of streams in the enumeration sequence.

Syntax

HRESULT Skip(
  [in] ULONG cRecords
);

Parameters

[in] cRecords

The number of streams to skip.

Return value

This method can return one of these values.

Return code Description
S_OK
The method succeeded.
S_FALSE
The end of the sequence was reached before skipping the requested number of streams.

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h
DLL Sbe.dll

See also

ISBE2EnumStream