| Microsoft DirectX 8.1 (C++) | 
The Skip method skips over a specified number of pins in the enumeration sequence. This method implements the IEnumPins::Skip method.
Syntax
HRESULT Skip(
    ULONG cPins
);
Parameters
cPins
Number of pins to skip.
Return Value
Returns one of the HRESULT values shown in the following table.
| Value | Description | 
| S_FALSE | Skipped past the end of the sequence. | 
| S_OK | Success. | 
| VFW_E_ENUM_OUT_OF_SYNC | The filter's state has changed and is now inconsistent with the enumerator. | 
See Also