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