Site icon EfmSoft

What does HRESULT 0xC0AA0601 (E_IMAPI_DF2RAW_WRITE_NOT_IN_PROGRESS) mean?

 
Previous Next
E_IMAPI_DF2RAW_WRITE_IN_PROGRESS E_IMAPI_DF2RAW_MEDIA_IS_NOT_PREPARED

E_IMAPI_DF2RAW_WRITE_NOT_IN_PROGRESS

E_IMAPI_DF2RAW_WRITE_NOT_IN_PROGRESS is the inverse raw-writer state error. A request such as cancellation expects an active DAO operation, but the IDiscFormat2RawCD object is not currently writing. Because WriteMedia is synchronous, completion of the calling method is a clear boundary for write activity.

Check for late cancellation and failed-start races

Media can still be prepared and exclusively locked even when no write is active. That is a separate session state released with ReleaseMedia. Do not infer from this code that cleanup is complete. Diagnose write activity and prepared-media state independently, especially on exception paths where a failed WriteMedia is followed by unconditional cancellation and release logic.

IDiscFormat2RawCD · WriteMedia · ReleaseMedia


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

Exit mobile version