Site icon EfmSoft

What does HRESULT 0x80040227 (VFW_E_WRONG_STATE) mean?

 
Previous Next
VFW_E_NOT_RUNNING VFW_E_START_TIME_AFTER_END

VFW_E_WRONG_STATE

VFW_E_WRONG_STATE is a DirectShow HRESULT. This is a generic state-machine error. Unlike the more specific stopped, paused or running codes, it indicates that the operation's preconditions do not match the filter's current lifecycle state.

How to diagnose it

Retry only after moving the graph to the documented required state. Repeating the same call without a transition will not repair the mismatch.

Microsoft: DirectShow filter states


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

Exit mobile version