ReactOS 0.4.15-dev-7924-g5949c20
_USB_NODE_CONNECTION_INFORMATION Struct Reference

#include <usbioctl.h>

Collaboration diagram for _USB_NODE_CONNECTION_INFORMATION:

Public Attributes

ULONG ConnectionIndex
 
USB_DEVICE_DESCRIPTOR DeviceDescriptor
 
UCHAR CurrentConfigurationValue
 
BOOLEAN LowSpeed
 
BOOLEAN DeviceIsHub
 
USHORT DeviceAddress
 
ULONG NumberOfOpenPipes
 
USB_CONNECTION_STATUS ConnectionStatus
 
USB_PIPE_INFO PipeList [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 289 of file usbioctl.h.

Member Data Documentation

◆ ConnectionIndex

ULONG _USB_NODE_CONNECTION_INFORMATION::ConnectionIndex

Definition at line 290 of file usbioctl.h.

◆ ConnectionStatus

USB_CONNECTION_STATUS _USB_NODE_CONNECTION_INFORMATION::ConnectionStatus

Definition at line 297 of file usbioctl.h.

◆ CurrentConfigurationValue

UCHAR _USB_NODE_CONNECTION_INFORMATION::CurrentConfigurationValue

Definition at line 292 of file usbioctl.h.

◆ DeviceAddress

USHORT _USB_NODE_CONNECTION_INFORMATION::DeviceAddress

Definition at line 295 of file usbioctl.h.

◆ DeviceDescriptor

USB_DEVICE_DESCRIPTOR _USB_NODE_CONNECTION_INFORMATION::DeviceDescriptor

Definition at line 291 of file usbioctl.h.

◆ DeviceIsHub

BOOLEAN _USB_NODE_CONNECTION_INFORMATION::DeviceIsHub

Definition at line 294 of file usbioctl.h.

◆ LowSpeed

BOOLEAN _USB_NODE_CONNECTION_INFORMATION::LowSpeed

Definition at line 293 of file usbioctl.h.

◆ NumberOfOpenPipes

ULONG _USB_NODE_CONNECTION_INFORMATION::NumberOfOpenPipes

Definition at line 296 of file usbioctl.h.

◆ PipeList

USB_PIPE_INFO _USB_NODE_CONNECTION_INFORMATION::PipeList[ANYSIZE_ARRAY]

Definition at line 298 of file usbioctl.h.


The documentation for this struct was generated from the following file: