Tagged Questions

0
votes
1answer
44 views

How do I call ICDBurn::GetRecorderDriveLetter() in VS2008 C++? (Solving XP CD write to root)

I am trying to implement the solution given in GetSaveFileName() not returning path of CD burning staging area on XP I'm trying to implement this in VS2008 C++. The ...
0
votes
4answers
1k views

Handle leaking in WinAPI CreateFile?

CreateFile allocates 2(!!) handles and CloseHandle closes only one handle when trying to get the low-level access to cd-rom device. OS Windows XP SP3, 5 of 7 tested computers works the same. When ...