PDA

View Full Version : Vista - Scan System Hardware?



JimDaniel
10th March 2008, 15:21
Hi, I'm developing a Vista application where we need to scan the system's hardware from time to time to see what's connected and disconnected. Does Qt provide any interface for such a thing? I can't find anything like it. And if not, can someone point me in the right direction? Would I need to use the Windows API? Thanks, Daniel

bender86
10th March 2008, 19:07
I don't think Qt implements such a platform dependent feature.
Try here (http://msdn2.microsoft.com/en-us/library/aa363480.aspx).