Reset

ITcEnumEvents

This method resets the enumeration sequence to the first element

HRESULT Reset(
    void);

Parameter

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.