Site icon EfmSoft

What does HRESULT 0x88982F0C (WINCODEC_ERR_NOTINITIALIZED) mean?

 
Previous Next
WINCODEC_ERR_UNSUPPORTEDVERSION WINCODEC_ERR_ALREADYLOCKED

WINCODEC_ERR_NOTINITIALIZED

WINCODEC_ERR_NOTINITIALIZED means that a WIC component was used before the initialization required by that interface completed. WIC decoders, encoders, transforms and streams have separate initialization methods; constructing a COM object alone is not enough.

What to check

The first failed call is generally more useful than this later lifecycle error.

Microsoft: WIC decoding overview


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

Exit mobile version