ReactOS 0.4.15-dev-7953-g1f49173
_USBPORT_DEVICE_HANDLE Struct Reference

#include <usbport.h>

Collaboration diagram for _USBPORT_DEVICE_HANDLE:

Public Attributes

ULONG Flags
 
USHORT DeviceAddress
 
USHORT PortNumber
 
USBPORT_PIPE_HANDLE PipeHandle
 
ULONG DeviceSpeed
 
BOOL IsRootHub
 
LIST_ENTRY PipeHandleList
 
PUSBPORT_CONFIGURATION_HANDLE ConfigHandle
 
struct _USBPORT_DEVICE_HANDLEHubDeviceHandle
 
USB_DEVICE_DESCRIPTOR DeviceDescriptor
 
LIST_ENTRY DeviceHandleLink
 
LONG DeviceHandleLock
 
ULONG TtCount
 
PUSB2_TT_EXTENSION TtExtension
 
LIST_ENTRY TtList
 

Detailed Description

Definition at line 186 of file usbport.h.

Member Data Documentation

◆ ConfigHandle

PUSBPORT_CONFIGURATION_HANDLE _USBPORT_DEVICE_HANDLE::ConfigHandle

Definition at line 194 of file usbport.h.

◆ DeviceAddress

USHORT _USBPORT_DEVICE_HANDLE::DeviceAddress

Definition at line 188 of file usbport.h.

◆ DeviceDescriptor

USB_DEVICE_DESCRIPTOR _USBPORT_DEVICE_HANDLE::DeviceDescriptor

Definition at line 196 of file usbport.h.

◆ DeviceHandleLink

LIST_ENTRY _USBPORT_DEVICE_HANDLE::DeviceHandleLink

Definition at line 197 of file usbport.h.

◆ DeviceHandleLock

LONG _USBPORT_DEVICE_HANDLE::DeviceHandleLock

Definition at line 198 of file usbport.h.

◆ DeviceSpeed

ULONG _USBPORT_DEVICE_HANDLE::DeviceSpeed

Definition at line 191 of file usbport.h.

◆ Flags

ULONG _USBPORT_DEVICE_HANDLE::Flags

Definition at line 187 of file usbport.h.

◆ HubDeviceHandle

struct _USBPORT_DEVICE_HANDLE* _USBPORT_DEVICE_HANDLE::HubDeviceHandle

Definition at line 195 of file usbport.h.

◆ IsRootHub

BOOL _USBPORT_DEVICE_HANDLE::IsRootHub

Definition at line 192 of file usbport.h.

◆ PipeHandle

USBPORT_PIPE_HANDLE _USBPORT_DEVICE_HANDLE::PipeHandle

Definition at line 190 of file usbport.h.

◆ PipeHandleList

LIST_ENTRY _USBPORT_DEVICE_HANDLE::PipeHandleList

Definition at line 193 of file usbport.h.

◆ PortNumber

USHORT _USBPORT_DEVICE_HANDLE::PortNumber

Definition at line 189 of file usbport.h.

◆ TtCount

ULONG _USBPORT_DEVICE_HANDLE::TtCount

Definition at line 199 of file usbport.h.

◆ TtExtension

PUSB2_TT_EXTENSION _USBPORT_DEVICE_HANDLE::TtExtension

Definition at line 200 of file usbport.h.

◆ TtList

LIST_ENTRY _USBPORT_DEVICE_HANDLE::TtList

Definition at line 201 of file usbport.h.


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