Site icon EfmSoft

What does HRESULT 0x88982F73 (WINCODEC_ERR_STREAMNOTAVAILABLE) mean?

 
Previous Next
WINCODEC_ERR_STREAMREAD WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT

WINCODEC_ERR_STREAMNOTAVAILABLE

WINCODEC_ERR_STREAMNOTAVAILABLE means that the WIC codec cannot access the stream needed for the requested operation. The stream may not have been initialized, may have been released, may not support the required access mode, or may not be retained by a lazy decoder.

What to check

If the issue appears only after an object crosses an asynchronous boundary, inspect ownership and COM reference lifetimes.

Microsoft: WIC decoder initialization


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

Exit mobile version