Skip

ITcEnumEvents

This method skips the next number of events in the enumeration sequence

HRESULT Skip( [in] long cSkipElem);

Parameter

cSkipElem

[in] Number of elements to skip

Return Value

S_OK

The method was successfully called

S_FALSE

The number of skipped elements was not equal to cSkipElem

E_NOTIMPL

The method is not implemented

Remarks

The method is not implemented for the enum object returned by ITcEventLog::EnumActiveEvents and  ITcEventLog::EnumLoggedEvents of the class TcEventLog.