can you lock a cdrom / burner drive like direct cd does in c++?
Printable View
can you lock a cdrom / burner drive like direct cd does in c++?
does any one even have a yes/no answer?
This is what MS says about it i got the DDk but cant figure out how to use the example
for what OS?
linux is just mount
Well, since he was looking at MSDN, lets assume it's Windows :rolleyes:
Well if you download the DDK it has the example in there, and it looks pretty strait forward, as long as you are programming for Windows 9x or ME. All you need to do is inlcude Ldif.h, Ldif.inc, LdIOCtl.c, LdIOS.asm, LdVxD.asm and LDVXD.def to your program and copy all the includes into your include folder for VC, then follow the example in Ld.c and Ld.h.
For 2000 and XP, I think you are going to have to wait till DDK2 comes out.
If you don't have the DDK you can get it here: http://www.microsoft.com/ddk/installW2k.asp