ISyncMgrEnumItems::Skip method
Instructs the enumerator to skip the next celt elements in the enumeration so that the next call to ISyncMgrEnumItems::Next does not return those elements.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
- celt [in]
-
Type: ULONG
The number of items to skip.
Return value
Type: HRESULT
Return S_OK if the method succeeds.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
DLL |
|
Show: