Microsoft DirectX 9.0 |
The Skip method skips over the specified number of items in the collection.
Syntax
HRESULT Skip(
unsigned long celt
);
Parameters
celt
[in] Specifies the number of items to skip.
Return Values
The method returns an HRESULT. Possible values include those in the following table.
Return code | Description |
S_OK | The method succeeded. |
See Also