IEnumTuningSpaces::Skip
Microsoft DirectShow 9.0 |
IEnumTuningSpaces::Skip
The Skip method skips the specified element in the collection.
Syntax
HRESULT Skip( ULONG celt );
Parameters
celt
[in] The index of the element to skip.
Return Values
Returns S_OK if successful. This method will succeed even if celt is zero. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also