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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -