Reset processing, for example the clearing statistical counters. More...

List of all members.

Public Member Functions

HRESULT ResetProcessing ()

Detailed Description

Optional interface implemented by Distributed Analysis Modules and used by the Omnił Engine. This interface is exposed by a Distributed Analysis Module that needs the ability to perform reset processing when a capture is started.

Member Function Documentation

HRESULT IResetProcessing::ResetProcessing  ) 
 

Reset processing.

Return values:
S_OK Success
E_FAIL Error
Remarks:
This interface should not be implemented if the Distributed Analysis Module does not need to perform reset processing when a capture is started. The type of processing performed during a reset could include the zeroing of all counters.