USB_CONNECTION_STATUS (Enums)
Last changed: egray1@hot.rr.com-24.26.210.211

.
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