ReactOS 0.4.15-dev-7918-g2a2556c
_URB_CONTROL_VENDOR_OR_CLASS_REQUEST Struct Reference

#include <usb.h>

Collaboration diagram for _URB_CONTROL_VENDOR_OR_CLASS_REQUEST:

Public Attributes

struct _URB_HEADER Hdr
 
PVOID Reserved
 
ULONG TransferFlags
 
ULONG TransferBufferLength
 
PVOID TransferBuffer
 
PMDL TransferBufferMDL
 
struct _URBUrbLink
 
struct _URB_HCD_AREA hca
 
UCHAR RequestTypeReservedBits
 
UCHAR Request
 
USHORT Value
 
USHORT Index
 
USHORT Reserved1
 

Detailed Description

Definition at line 385 of file usb.h.

Member Data Documentation

◆ hca

struct _URB_HCD_AREA _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::hca

Definition at line 393 of file usb.h.

◆ Hdr

struct _URB_HEADER _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::Hdr

Definition at line 386 of file usb.h.

Referenced by USBH_Transact().

◆ Index

USHORT _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::Index

Definition at line 397 of file usb.h.

Referenced by USBH_Transact().

◆ Request

UCHAR _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::Request

Definition at line 395 of file usb.h.

Referenced by USBH_Transact().

◆ RequestTypeReservedBits

UCHAR _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::RequestTypeReservedBits

Definition at line 394 of file usb.h.

Referenced by USBH_Transact().

◆ Reserved

PVOID _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::Reserved

Definition at line 387 of file usb.h.

◆ Reserved1

USHORT _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::Reserved1

Definition at line 398 of file usb.h.

◆ TransferBuffer

PVOID _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::TransferBuffer

Definition at line 390 of file usb.h.

Referenced by USBH_Transact(), and USBSTOR_ClassRequest().

◆ TransferBufferLength

ULONG _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::TransferBufferLength

Definition at line 389 of file usb.h.

Referenced by USBH_Transact(), and USBSTOR_ClassRequest().

◆ TransferBufferMDL

PMDL _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::TransferBufferMDL

Definition at line 391 of file usb.h.

Referenced by USBH_Transact().

◆ TransferFlags

ULONG _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::TransferFlags

Definition at line 388 of file usb.h.

Referenced by USBH_Transact(), and USBSTOR_ClassRequest().

◆ UrbLink

struct _URB* _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::UrbLink

Definition at line 392 of file usb.h.

Referenced by USBH_Transact().

◆ Value

USHORT _URB_CONTROL_VENDOR_OR_CLASS_REQUEST::Value

Definition at line 396 of file usb.h.

Referenced by USBH_Transact().


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