Microsoft DirectX 9.0 |
The SignalTimerFired method clears the timer identifier used to schedule rendering.
Syntax
virtual void SignalTimerFired(void);
Remarks
The filter calls this method when the rendering timer activates (see CBaseRenderer::WaitForRenderTime) or when the timer is canceled (see CBaseRenderer::CancelNotification). The method resets the CBaseRenderer::m_dwAdvise member variable to zero.
See Also