Microsoft DirectX 9.0 SDK Update (Summer 2003) |
IDP8SimControl::ClearAllStatistics Method
Clears all of the current DP8Sim statistics.
Syntax
HRESULT ClearAllStatistics(
const DWORD dwFlags );
Parameters
- dwFlags
- [in] Reserved. Must be 0.
Return Value
Returns DP8SIM_OK if successful, or one of the following error values.
DP8SIMERR_INVALIDFLAGS The flags passed to this method are invalid. DP8SIMERR_INVALIDOBJECT The DP8Sim control object specified is invalid. DP8SIMERR_NOTINITIALIZED The DP8Sim control object has not been initialized.