I am using the following WMI query to enumerate the CD/DVR drives on my machine:
select * from Win32_CDROMDrive
Question: Is there any way I can detect which of the drives returned are actual, physical CD/DVD drives and which are virtual (e.g. Deamon Tools, MagicDisc)?