IEnumOfflineFilesSettings::Skip method (cscobj.h)
Skips over the next specified number of elements in the enumeration.
Syntax
HRESULT Skip(
[in] ULONG celt
);
Parameters
[in] celt
Number of elements to be skipped.
Return value
Returns S_OK if the number of elements skipped is celt; S_FALSE if a number less than celt is skipped; or an error value otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | cscobj.h |
DLL | CscSvc.dll; CscObj.dll |