Name of the HID device connected to the system
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, in my applcation I want to retrieve the name of the HID device connected to my machine,How can i do that? Please suggest me a good approach in doing this... Thanks in advance.
-
Hi all, in my applcation I want to retrieve the name of the HID device connected to my machine,How can i do that? Please suggest me a good approach in doing this... Thanks in advance.
For enumerating devices look at this article http://www.codeproject.com/KB/system/EnumDeviceProperties.aspx[^]
«_Superman_»