What does HRESULT 0x80040041 (TAPI_E_NOTSTOPPED) mean?

 
Previous Next
TAPI_E_TERMINALINUSE TAPI_E_MAXTERMINALS

TAPI_E_NOTSTOPPED

What TAPI_E_NOTSTOPPED means

TAPI_E_NOTSTOPPED The requested stream operation requires a stopped stream, but the stream is still running or transitioning.

What to check

  • Record the current stream state and the most recent start/stop events.
  • Wait for the provider’s stop completion rather than assuming a stop call is synchronous.
  • Check whether another component restarted the stream after the application requested stop.

Handling

Stop the stream and wait until the provider reports the stopped state before performing the operation that requires it.

References


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