Microsoft DirectX 9.0 |
The Skip method skips the specified number of elements in the collection.
Syntax
HRESULT Skip(
ULONG cRecords
);
Parameters
cRecords
[in] Specifies the number of elements to skip.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
S_FALSE | Reached the end of the collection. |
S_OK | Success. |
See Also