IEnumSTATDATA::Skip method
Skips over the specified number of items in the enumeration sequence.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
- celt [in]
-
The number of items to be skipped.
Return value
If the method skips the number of items requested, the return value is S_OK. Otherwise, it is S_FALSE.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IEnumSTATDATA is defined as 00000105-0000-0000-C000-000000000046 |
See also
Show: