ReactOS 0.4.15-dev-7942-gd23573b
_URB_CONTROL_GET_STATUS_REQUEST Struct Reference

#include <usb.h>

Collaboration diagram for _URB_CONTROL_GET_STATUS_REQUEST:

Public Attributes

struct _URB_HEADER Hdr
 
PVOID Reserved
 
ULONG Reserved0
 
ULONG TransferBufferLength
 
PVOID TransferBuffer
 
PMDL TransferBufferMDL
 
struct _URBUrbLink
 
struct _URB_HCD_AREA hca
 
UCHAR Reserved1 [4]
 
USHORT Index
 
USHORT Reserved2
 

Detailed Description

Definition at line 356 of file usb.h.

Member Data Documentation

◆ hca

struct _URB_HCD_AREA _URB_CONTROL_GET_STATUS_REQUEST::hca

Definition at line 364 of file usb.h.

◆ Hdr

struct _URB_HEADER _URB_CONTROL_GET_STATUS_REQUEST::Hdr

Definition at line 357 of file usb.h.

Referenced by USBH_SyncGetStatus().

◆ Index

USHORT _URB_CONTROL_GET_STATUS_REQUEST::Index

Definition at line 366 of file usb.h.

Referenced by USBH_SyncGetStatus().

◆ Reserved

PVOID _URB_CONTROL_GET_STATUS_REQUEST::Reserved

Definition at line 358 of file usb.h.

◆ Reserved0

ULONG _URB_CONTROL_GET_STATUS_REQUEST::Reserved0

Definition at line 359 of file usb.h.

◆ Reserved1

UCHAR _URB_CONTROL_GET_STATUS_REQUEST::Reserved1[4]

Definition at line 365 of file usb.h.

◆ Reserved2

USHORT _URB_CONTROL_GET_STATUS_REQUEST::Reserved2

Definition at line 367 of file usb.h.

◆ TransferBuffer

PVOID _URB_CONTROL_GET_STATUS_REQUEST::TransferBuffer

Definition at line 361 of file usb.h.

Referenced by USBH_SyncGetStatus().

◆ TransferBufferLength

ULONG _URB_CONTROL_GET_STATUS_REQUEST::TransferBufferLength

Definition at line 360 of file usb.h.

Referenced by USBH_SyncGetStatus().

◆ TransferBufferMDL

PMDL _URB_CONTROL_GET_STATUS_REQUEST::TransferBufferMDL

Definition at line 362 of file usb.h.

◆ UrbLink

struct _URB* _URB_CONTROL_GET_STATUS_REQUEST::UrbLink

Definition at line 363 of file usb.h.


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