@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Used in [USB_NODE_CONNECTION_INFORMATION_EX] structure to retrieve the status of a port on a USB Hub !!!!C# Definition: enum USB_CONNECTION_STATUS { NoDeviceConnected, DeviceConnected, DeviceFailedEnumeration, DeviceGeneralFailure, DeviceCausedOvercurrent, DeviceNotEnoughPower, DeviceNotEnoughBandwidth, DeviceHubNestedTooDeeply, DeviceInLegacyHub } !!!!VB Definition: Enum USB_CONNECTION_STATUS TODO End Enum !!!!Notes: typedef enum _USB_CONNECTION_STATUS { NoDeviceConnected, DeviceConnected, DeviceFailedEnumeration, DeviceGeneralFailure, DeviceCausedOvercurrent, DeviceNotEnoughPower, DeviceNotEnoughBandwidth, DeviceHubNestedTooDeeply, DeviceInLegacyHub } USB_CONNECTION_STATUS, *PUSB_CONNECTION_STATUS; Documentation: USB_CONNECTION_STATUS@msdn on MSDN
Edit Enums.USB_CONNECT...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.