USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// usbioctl.h

typedef struct _USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION {
  ULONG                                      ConnectionIndex;
  ULONG                                      Length;
  USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED RxSuperSpeedPlus;
  ULONG                                      RxLaneCount;
  USB_DEVICE_CAPABILITY_SUPERSPEEDPLUS_SPEED TxSuperSpeedPlus;
  ULONG                                      TxLaneCount;
} USB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION, *PUSB_NODE_CONNECTION_SUPERSPEEDPLUS_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-usbioctl-usb_node_connection_superspeedplus_information)

Description

Members

ConnectionIndex

The one based port number.

Length

The length of this structure.

RxSuperSpeedPlus

Current operating speed for receiving lanes.

RxLaneCount

The zero-based number of receiving lanes. For actual lane count, add one.

TxSuperSpeedPlus

Current operating speed for transmitting lanes.

TxLaneCount

The zero-based number of transmitting lanes. For actual lane count, add one.

Remarks

See also