I’m detecting the insertion of memory cards (removable media). Can I get information about the inserted media – type, manufacturer, etc?
I’m detecting the insertion of memory cards (removable media). Can I get information about
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You ought to be able to use WMI to query the Win32_PhysicalMedia type and get the information you want.
Here is a basic code example of how to do a general query on the class: