I can easily get the media type of an inserted writable medium by using IMAPI methods in C#. Unfortunately, these methods do not work when I have a readonly medium. I would like to learn a way to figure what type of medium is inserted in my drive. Maybe I can figure this out by reading total sector size of a disc.
Can anyone help?