IEnumIDList::Skip method
Skips the specified number of elements in the enumeration sequence.
Syntax
HRESULT Skip( ULONG celt );
Parameters
- celt
-
Type: ULONG
The number of item identifiers to skip.
Return value
Type: HRESULT
Returns S_OK if successful, or a COM-defined error value otherwise.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: