Share via


IStreamBufferDataCounters::GetData method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The GetData method returns performance data for the Stream Buffer Engine.

Syntax

HRESULT GetData(
  [in] SBE_PIN_DATA *pPinData
);

Parameters

[in] pPinData

Pointer to an SBE_PIN_DATA structure. The method fills the structure with the current performance data.

Return value

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

Return code Description
S_OK
The method succeeded.

Requirements

   
Minimum supported client Windows�XP with SP2 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

IStreamBufferDataCounters Interface