IStreamBufferDataCounters::ResetData

 
Microsoft DirectShow 9.0

IStreamBufferDataCounters::ResetData

This topic applies to Windows XP Service Pack 2 only.

The ResetData method resets the Stream Buffer Engine's performance counters to zero.

Syntax

  HRESULT ResetData(void);

Parameters

This method takes no parameters

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Value Description
S_OK The method succeeded.

Requirements

Header: Include Sbe.h.

See Also