c# - How to obtain device's info from WM_DEVICECHANGE? -


i'm working on c# program retrieve information of device plugged in.

i want ask there ways obtain device's info (name, id, ...) based on wm_devicechange event fired when device has been plugged in/out.

i tried looking wm_devicechange's parameters nothing in contain info device.

thanks in advance.

here complete solution using hardware helper library in c#. solve it.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -