What does HRESULT 0xC0AA0203 (E_IMAPI_RECORDER_MEDIA_INCOMPATIBLE) mean?

 
Previous Next
E_IMAPI_RECORDER_MEDIA_NO_MEDIA E_IMAPI_RECORDER_MEDIA_UPSIDE_DOWN

E_IMAPI_RECORDER_MEDIA_INCOMPATIBLE

This HRESULT is produced from the drive/media compatibility path. IMAPI exposes supported recorder profiles and format-specific IsCurrentMediaSupported checks because a physically present disc is not automatically usable by a particular format writer.

Record the physical medium and required format

  • Read the detected media type and enumerate recorder profiles.
  • Call IsRecorderSupported and IsCurrentMediaSupported for the exact data, erase, TAO, or raw format object.
  • Try known compatible media rather than changing the file-system image first.

The failure precedes interpretation of the data stream to be burned. ISO layout, source filenames, and stream length cannot make an unknown physical medium become compatible. If a disc works in another drive, compare the two drives' supported/current profiles and product revisions.

IsCurrentMediaSupported · Supported profiles · Checking media support


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