IEnumCodeStoreDBEntry::Skip Method

Skips a specified number of elements.

Syntax

HRESULT Skip(      
    ULONG celt
);

Parameters

  • celt
    [in] The number of elements to skip.

Return Value

Returns S_OK if successful, or an error value otherwise.