Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |
DLL | Shell32.dll (version 4.0 or later) |