[Now Supported on Windows NT]
Skips over the specified number of elements in the enumeration sequence.
HRESULT Skip(
IEnumIDList FAR *pEnumIDList, | |
ULONG celt | |
); |
·Returns the NOERROR value if successful or an OLE-defined error value otherwise.
Parameters
pEnumIDList
Address of the IEnumIDList interface. In C++, this parameter is implicit.
celt
Number of item identifiers to skip.
See Also