Tagged Questions
1
vote
0answers
161 views
Writing DVD-RAM disks with IMAPI 2.0 on XP
I have an application that writes to CD/DVD. On Windows 7, everything works fine. However, on XP I have an issue writing to Dual Layer. It looks like it writes and closes fine, but when I open the DVD ...
0
votes
1answer
222 views
Can IMAPI2 burn files with the size > 4Gb?
IMAPI2 interface IFileSystem uses COM IStream interfaces to represent file data. There is AddTree method that adds specified directory contents to IFileSystem. So AddTree must create IStream's in the ...