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
Post a Comment