What does HRESULT 0xC0AA0406 (E_IMAPI_DF2DATA_MEDIA_IS_NOT_SUPPORTED) mean?

 
Previous Next
E_IMAPI_DF2DATA_MEDIA_NOT_BLANK E_IMAPI_DF2DATA_RECORDER_NOT_SUPPORTED

E_IMAPI_DF2DATA_MEDIA_IS_NOT_SUPPORTED

Meaning and context of E_IMAPI_DF2DATA_MEDIA_IS_NOT_SUPPORTED

The Image Mastering Application Programming Interface, or IMAPI, is a component of Microsoft Windows operating system used for CD and DVD authoring and recording.

Windows applications such as Windows Media Player, Windows Media Center, Windows Movie Maker, Windows DVD Maker, and Windows Explorer use IMAPI to create ISO 9660 and "burn" discs. Windows refers to discs created using IMAPI as Mastered burns in contrast to the term, Live File System which implies packet writing and does not use IMAPI.

IMAPI was originally introduced with Windows XP. IMAPI version 2.0 was released with Windows Vista and Windows Server 2008. On 26 June 2007, this version was released as an update for Windows XP and Windows Server 2003 after Microsoft received requests from hardware and software vendors.

IMAPI 2.0 suffers from some limitations, notably that will not allow a filesystem to be imported from a raw image (.iso file), only from an optical drive. In effect this means that while it can generate disk images, it cannot be used to modify them.

Diagnostic interpretation

E_IMAPI_DF2DATA_MEDIA_IS_NOT_SUPPORTED has the HRESULT value 0xC0AA0406. AllStat records the condition as “The current media type is unsupported.”.

Evidence to capture

  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the imapi / df2data / media / is / supported operation.
  • check the documented return contract of the specific API because the same HRESULT can require different recovery in different interfaces.

Retry and recovery

” has changed.

Official references


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