IEnumGuideDataProperties::Skip
Microsoft DirectShow 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.
Requirements
Header: Include bdatif.h.
See Also