Microsoft DirectX 8.1 (C++) |
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, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
See Also