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.
Retrieves the next item in the enumeration and advances the enumerator.
Syntax
HRESULT Next(
[in] ULONG celt,
[out] IOfflineFilesItem **rgelt,
[out] ULONG *pceltFetched
);
Parameters
[in] celt
Number of elements requested.
[out] rgelt
Array of elements returned.
[out] pceltFetched
Pointer to number of elements actually supplied.
Return value
Returns S_OK if the number of elements returned is celt; S_FALSE if a number less than celt is returned; 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 |