Microsoft DirectX 8.1 (C++) |
The get_FramesDrawn method retrieves the number of frames 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