ReactOS 0.4.15-dev-7846-g8ba6c66
_URB_CONTROL_GET_CONFIGURATION_REQUEST Struct Reference

#include <usb.h>

Collaboration diagram for _URB_CONTROL_GET_CONFIGURATION_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 [8]
 

Detailed Description

Definition at line 415 of file usb.h.

Member Data Documentation

◆ hca

struct _URB_HCD_AREA _URB_CONTROL_GET_CONFIGURATION_REQUEST::hca

Definition at line 423 of file usb.h.

◆ Hdr

struct _URB_HEADER _URB_CONTROL_GET_CONFIGURATION_REQUEST::Hdr

Definition at line 416 of file usb.h.

◆ Reserved

PVOID _URB_CONTROL_GET_CONFIGURATION_REQUEST::Reserved

Definition at line 417 of file usb.h.

◆ Reserved0

ULONG _URB_CONTROL_GET_CONFIGURATION_REQUEST::Reserved0

Definition at line 418 of file usb.h.

◆ Reserved1

UCHAR _URB_CONTROL_GET_CONFIGURATION_REQUEST::Reserved1[8]

Definition at line 424 of file usb.h.

◆ TransferBuffer

PVOID _URB_CONTROL_GET_CONFIGURATION_REQUEST::TransferBuffer

Definition at line 420 of file usb.h.

◆ TransferBufferLength

ULONG _URB_CONTROL_GET_CONFIGURATION_REQUEST::TransferBufferLength

Definition at line 419 of file usb.h.

◆ TransferBufferMDL

PMDL _URB_CONTROL_GET_CONFIGURATION_REQUEST::TransferBufferMDL

Definition at line 421 of file usb.h.

◆ UrbLink

struct _URB* _URB_CONTROL_GET_CONFIGURATION_REQUEST::UrbLink

Definition at line 422 of file usb.h.


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