Tagged Questions
1
vote
0answers
91 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 ...