I have seen references in the USB 2.0 standard to support for disabling of individual hub ports. I am looking for an API to call from user code in Windows 8, specifically to disable hub ports, either in C# or in C++, using the existing Windows drivers. There is code in DevCon to disable devices in C++, but not to disable hub ports.
I would really appreciate a pointer to the correct user-mode API in Windows 8, or if this is not possible, to know that it doesn't exist.
Thanks -