Microsoft DirectX 9.0

IEnumStreamBufferRecordingAttrib::Skip

This topic applies to Windows XP Service Pack 1 only.

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

Include Sbe.h.

See Also