IEnumOfflineFilesItems::Next method (cscobj.h)

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

See also

IEnumOfflineFilesItems