ReactOS 0.4.15-dev-7953-g1f49173
_URB_CONTROL_GET_INTERFACE_REQUEST Struct Reference

#include <usb.h>

Collaboration diagram for _URB_CONTROL_GET_INTERFACE_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 Interface
 
USHORT Reserved2
 

Detailed Description

Definition at line 401 of file usb.h.

Member Data Documentation

◆ hca

struct _URB_HCD_AREA _URB_CONTROL_GET_INTERFACE_REQUEST::hca

Definition at line 409 of file usb.h.

◆ Hdr

struct _URB_HEADER _URB_CONTROL_GET_INTERFACE_REQUEST::Hdr

Definition at line 402 of file usb.h.

◆ Interface

USHORT _URB_CONTROL_GET_INTERFACE_REQUEST::Interface

Definition at line 411 of file usb.h.

◆ Reserved

PVOID _URB_CONTROL_GET_INTERFACE_REQUEST::Reserved

Definition at line 403 of file usb.h.

◆ Reserved0

ULONG _URB_CONTROL_GET_INTERFACE_REQUEST::Reserved0

Definition at line 404 of file usb.h.

◆ Reserved1

UCHAR _URB_CONTROL_GET_INTERFACE_REQUEST::Reserved1[4]

Definition at line 410 of file usb.h.

◆ Reserved2

USHORT _URB_CONTROL_GET_INTERFACE_REQUEST::Reserved2

Definition at line 412 of file usb.h.

◆ TransferBuffer

PVOID _URB_CONTROL_GET_INTERFACE_REQUEST::TransferBuffer

Definition at line 406 of file usb.h.

◆ TransferBufferLength

ULONG _URB_CONTROL_GET_INTERFACE_REQUEST::TransferBufferLength

Definition at line 405 of file usb.h.

◆ TransferBufferMDL

PMDL _URB_CONTROL_GET_INTERFACE_REQUEST::TransferBufferMDL

Definition at line 407 of file usb.h.

◆ UrbLink

struct _URB* _URB_CONTROL_GET_INTERFACE_REQUEST::UrbLink

Definition at line 408 of file usb.h.


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