How can I detect cdrom and USB device insertions?

  • Thread starter Thread starter Paul Steele
  • Start date Start date
P

Paul Steele

I am writing a C# app that needs to periodically poll for cdroms and usb
storage device insertions. I've looked at the WMI functions but haven't
found anything all that useful. The closest is Win32_DiskDrive, but it
doesn't seem to return any information on cdrom devices. I suspect there
might be a Win32 API call, but I haven't found any info yet using Google. Is
there a way to achieve this in C#?
 
Back
Top