I am looking for a way to get information about all CD-ROM/DVD Drives on
system & tell difference between CD-ROM/DVD drives & their ROM/R/RW Media &
check if media is in the drive...
Note: ISO files mapped(Alcohol 120% one program) to a Virtual Drive should
work like physical drive at the point...

I am planning on(C#):
1) Fill Combobox w/ drive letters on system(With/Without Media
inside)...
2) Show Volume Label of Select drive(With Media inside)...
3) Use File.Copy(...) (I assume this is what contains call to WinXP
default burning codes) to get WinXP to burn the files to writeable
CD-ROM/DVD Media...

I am using VS.NET 2003 Pro w/ .NET Framework 2.0 installed...

Any help...