I'm trying to write an application that will take specific action when it detects an overcurrent condition on any USB port.

However, my googlefu is not able to come up with anything useful (though I can now tell you 101 ways to fix a USB overcurrent problem).

Is there are standard windows API to retrieve USB status info?
If not is there another/better way to detect USB overcurrent conditions programatically?

link|improve this question

1  
Googlefu white belt: msdn.microsoft.com/en-us/windows/hardware/gg487341 – AJG85 Oct 5 '11 at 18:41
As an engineer, I read the old title (USB over current) as USB/I. Fixed. – MSalters Oct 6 '11 at 12:07
feedback

1 Answer

As far as I can see here http://msdn.microsoft.com/en-us/library/ff539687 you need to turn to the WDK (Window Driver Kit).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.