Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am facing Error:0xc0aa0405 issue while writing on DVD RW. It is initializing recorder & going till burn but then it fails giving following error :
IDiscFormat2Data->Write Failed! Error:0xc0aa0405 - Error:0xC0AA0405

I am using IMAPI 2.0 with C++ for burning data to DVD RW.

What I have tried:

Tried writing in different DVDs but issue persist. After this the DVD goes to Undefined Format & system hangs a lot. ( I am using Windows 7 ).
Posted
Comments
Richard Deeming 7-Sep-16 15:48pm    
According to the documentation[^], that error code means the media is not considered "blank".

Try erasing the disk, or setting ForceOverwrite[^] to VARIANT_TRUE.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900