IEnumComponents::Skip
Microsoft DirectShow 9.0 |
IEnumComponents::Skip
The Skip method skips the specified element in the collection without retrieving it.
Syntax
HRESULT Skip( ULONG celt );
Parameters
celt
[in] Variable of type ULONG specifying the element to skip.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also