ReactOS 0.4.15-dev-7931-gfd331f1
_USB_DESCRIPTOR_REQUEST Struct Reference

#include <usbioctl.h>

Collaboration diagram for _USB_DESCRIPTOR_REQUEST:

Public Attributes

ULONG ConnectionIndex
 
struct {
   UCHAR   bmRequest
 
   UCHAR   bRequest
 
   USHORT   wValue
 
   USHORT   wIndex
 
   USHORT   wLength
 
SetupPacket
 
UCHAR Data [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 328 of file usbioctl.h.

Member Data Documentation

◆ bmRequest

UCHAR _USB_DESCRIPTOR_REQUEST::bmRequest

Definition at line 331 of file usbioctl.h.

◆ bRequest

UCHAR _USB_DESCRIPTOR_REQUEST::bRequest

Definition at line 332 of file usbioctl.h.

◆ ConnectionIndex

ULONG _USB_DESCRIPTOR_REQUEST::ConnectionIndex

Definition at line 329 of file usbioctl.h.

Referenced by USBH_IoctlGetDescriptor().

◆ Data

UCHAR _USB_DESCRIPTOR_REQUEST::Data[ANYSIZE_ARRAY]

Definition at line 337 of file usbioctl.h.

Referenced by USBH_IoctlGetDescriptor().

◆ 

struct { ... } _USB_DESCRIPTOR_REQUEST::SetupPacket

Referenced by USBH_IoctlGetDescriptor().

◆ wIndex

USHORT _USB_DESCRIPTOR_REQUEST::wIndex

Definition at line 334 of file usbioctl.h.

◆ wLength

USHORT _USB_DESCRIPTOR_REQUEST::wLength

Definition at line 335 of file usbioctl.h.

◆ wValue

USHORT _USB_DESCRIPTOR_REQUEST::wValue

Definition at line 333 of file usbioctl.h.


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