Site icon EfmSoft

What does HRESULT 0x80AA0901 (E_IMAPI_ERASE_ONLY_ONE_RECORDER_SUPPORTED) mean?

 
Previous Next
E_IMAPI_ERASE_RECORDER_IN_USE E_IMAPI_ERASE_DISC_INFORMATION_TOO_SMALL

E_IMAPI_ERASE_ONLY_ONE_RECORDER_SUPPORTED

E_IMAPI_ERASE_ONLY_ONE_RECORDER_SUPPORTED describes a constraint of the erase format object: it supports one recorder association. The existing recorder must be cleared before a different recorder is assigned. This is distinct from a physical drive being busy or exclusively locked.

Reset the format-object association deliberately

An application that caches one IDiscFormat2Erase singleton for every optical device can trigger this HRESULT when users switch drives. Recreating a dedicated erase object per job is often simpler than maintaining a shared mutable association. Changing the disc in the tray does not address this error because the conflict is between recorder objects at the COM configuration layer.

IDiscFormat2Erase · IDiscRecorder2 · IMAPI interfaces


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

Exit mobile version