Advances the specified number of code contexts in the enumeration.
Syntax
HRESULT Skip( ULONG celt );
Parameters
- celt
- [in] Unsigned long integer value that indicates the number of code contexts to advance.
Return Value
Returns S_OK if the number of elements skipped is celt, or S_FALSE otherwise.