Microsoft DirectX 9.0 |
The Skip method skips the element at the specified index.
Syntax
HRESULT Skip(
ULONG celt
);
Parameters
celt
[in] Index of 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.
See Also