IEnumCodeStoreDBEntry::Next Method

Gets a number of elements in the enumeration sequence and advances the current position by that number of items.

Syntax

HRESULT Next(      
    ULONG celt,
    ICodeStoreDBEntry **rgelt,
    ULONG *pceltFetched
);

Parameters

  • celt
    [in] Number of elements to get.
  • rgelt
    [out] The address of an ICodeStoreDBEntry pointer array.
  • pceltFetched
    [out] A pointer to the number of elements fetched.

Return Value

Returns S_OK if successful, or an error value otherwise.