Tagged Questions

1
vote
0answers
84 views

Detect emptiness of DVD-RAM media on Windows 7 x64

I'm trying to detect if a DVD-RAM media is empty or not, with C++ on Windows. The simplest choice is to use IMAPI (version 2) - boilerplate code omitted: IMAPI_FORMAT2_DATA_MEDIA_STATE state; HRESULT ...
0
votes
1answer
49 views

How can I write to a DVD with imapi2?

I want to make my application burn some data on DVD on Windows XP SP2. I'm trying to work with imapi2.dll and imapi2.h, but without success. I'm using C++ Builder 6.
0
votes
1answer
441 views

How to instantiate MsftRawCDImageCreator?

I'm trying to write a program in C++ that is able to burn an Audio CD without gaps between the tracks. From what I found, this has only recently been made possible using IMAPI, but should be possible ...