Microsoft DirectX 9.0

IEnumGuideDataProperties::Skip

Not implemented for this release.

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

Syntax

HRESULT Skip(
  unsigned long  celt
);

Parameters

celt

[in]  Specifies the number of items to skip.

Return Values

Returns E_NOTIMPL.

See Also