ReactOS 0.4.15-dev-8052-gc0e3179
_URB_CONTROL_DESCRIPTOR_REQUEST Struct Reference

#include <usb.h>

Collaboration diagram for _URB_CONTROL_DESCRIPTOR_REQUEST:

Public Attributes

struct _URB_HEADER Hdr
 
PVOID Reserved
 
ULONG Reserved0
 
ULONG TransferBufferLength
 
PVOID TransferBuffer
 
PMDL TransferBufferMDL
 
struct _URBUrbLink
 
struct _URB_HCD_AREA hca
 
USHORT Reserved1
 
UCHAR Index
 
UCHAR DescriptorType
 
USHORT LanguageId
 
USHORT Reserved2
 

Detailed Description

Definition at line 340 of file usb.h.

Member Data Documentation

◆ DescriptorType

◆ hca

struct _URB_HCD_AREA _URB_CONTROL_DESCRIPTOR_REQUEST::hca

Definition at line 348 of file usb.h.

◆ Hdr

◆ Index

UCHAR _URB_CONTROL_DESCRIPTOR_REQUEST::Index

Definition at line 350 of file usb.h.

Referenced by FxUsbDeviceStringContext::SetUrbInfo(), and USBH_SyncGetStringDescriptor().

◆ LanguageId

USHORT _URB_CONTROL_DESCRIPTOR_REQUEST::LanguageId

Definition at line 352 of file usb.h.

Referenced by FxUsbDeviceStringContext::SetUrbInfo(), and USBH_SyncGetStringDescriptor().

◆ Reserved

PVOID _URB_CONTROL_DESCRIPTOR_REQUEST::Reserved

Definition at line 342 of file usb.h.

◆ Reserved0

ULONG _URB_CONTROL_DESCRIPTOR_REQUEST::Reserved0

Definition at line 343 of file usb.h.

◆ Reserved1

USHORT _URB_CONTROL_DESCRIPTOR_REQUEST::Reserved1

Definition at line 349 of file usb.h.

◆ Reserved2

USHORT _URB_CONTROL_DESCRIPTOR_REQUEST::Reserved2

Definition at line 353 of file usb.h.

◆ TransferBuffer

PVOID _URB_CONTROL_DESCRIPTOR_REQUEST::TransferBuffer

◆ TransferBufferLength

ULONG _URB_CONTROL_DESCRIPTOR_REQUEST::TransferBufferLength

◆ TransferBufferMDL

PMDL _URB_CONTROL_DESCRIPTOR_REQUEST::TransferBufferMDL

Definition at line 346 of file usb.h.

◆ UrbLink

struct _URB* _URB_CONTROL_DESCRIPTOR_REQUEST::UrbLink

Definition at line 347 of file usb.h.


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