Microsoft DirectX 9.0

IEnumDMO::Skip

The Skip method skips over a specified number of items in the enumeration sequence.

Syntax

HRESULT Skip(
    DWORD cItemsToSkip
);

Parameters

cItemsToSkip

Number of items to skip.

Return Value

Returns S_OK if the number items skipped equals cItemsToSkip. Otherwise, returns S_FALSE.

See Also