Microsoft DirectX 9.0 |
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.
See Also