Update summary statistics. More...

List of all members.

Public Member Functions

HRESULT UpdateSummaryStats ([in] IUnknown *pSnapshot)


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 to update one or more items in the summary statistics display.


Member Function Documentation

HRESULT IUpdateSummaryStats::UpdateSummaryStats [in] IUnknown *  pSnapshot  ) 
 

Update summary statistics.

Parameters:
pSnapshot Pointer to the IUnknown interface.
Return values:
S_OK Success
E_FAIL Error
E_POINTER The pointer is invalid
Remarks:
This interface should not be implemented if the Distributed Analysis Module does not update any summary statistics. The module should query for the ISummaryStatsSnapshot interface using the pointer provided as a parameter to the interface. Use the ISummaryStatsSnapshot interface to add the items that are to be shown in the summary statistics display.
See also:
IProcessPacket