Site icon EfmSoft

What does HRESULT 0x000D9C44 (MF_S_CLOCK_STOPPED) mean?

 
Previous Next
MF_S_PE_TRUSTED WER_S_REPORT_DEBUG

MF_S_CLOCK_STOPPED

MF_S_CLOCK_STOPPED is a successful but important result from IMFTimer::SetTimer. The timer request was accepted while the associated presentation clock was stopped. Its callback will not be dispatched until the clock starts.

Do not mistake deferred dispatch for a lost callback

Polling wall-clock time will not make this timer fire: IMFTimer is tied to the clock's timing domain. A callback that appears "stuck" can therefore be correct behavior until presentation-clock state changes.

Microsoft: IMFTimer::SetTimer · Microsoft: presentation clock · Wine mfplat source


Looking for a different code? Search another status or error code.

Exit mobile version