|
-
June 28th, 2007, 10:36 PM
#1
how to enumerate all devices installed?just like windows device manager
-
July 2nd, 2007, 09:26 PM
#2
Re: how to enumerate all devices installed?just like windows device manager
nobody gonna help? i guess any links or hints would be okay ty
-
July 18th, 2007, 01:41 PM
#3
Re: how to enumerate all devices installed?just like windows device manager
USe SetupDi commands like SetupDiGetClassDevs(), pass first parameter as ClassGUID. This API call will retrun handle to device Info structure, using this information enumerte all the devices under each GUID class by using SetupDiEnumDeviceInfo().
Hope this helps.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|