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 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 only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
ComCat.h |
IDL |
ComCat.idl |
IID |
IID_IEnumCLSID is defined as 0002E000-0000-0000-C000-000000000046 |