IEnumTuneRequests::Skip
Microsoft DirectShow 9.0 |
IEnumTuneRequests::Skip
The Skip method skips over the 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
The method returns an HRESULT. Possible values include those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Requirements
Header: Include bdatif.h.
See Also