Microsoft DirectX 9.0 |
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