Microsoft DirectX 9.0 |
The get_FramesDrawn method retrieves the m_cFramesDrawn member variable, giving the number of frames drawn since streaming started.
Syntax
HRESULT get_FramesDrawn(
int *pcFramesDrawn
);
Parameters
pcFramesDrawn
Pointer to the number of frames drawn.
Return Value
Returns an HRESULT value.
Remarks
This member function implements the IQualProp::get_FramesDrawn method.
See Also