Microsoft DirectX 9.0

IQualProp::get_FramesDrawn

The get_FramesDrawn method retrieves the number of frames actually drawn since streaming started.

Syntax

HRESULT get_FramesDrawn(
  int *pcFramesDrawn
);

Parameters

pcFramesDrawn

Pointer to the number of frames drawn since streaming started.

Return Value

Returns an HRESULT value.

See Also