ReactOS 0.4.15-dev-7958-gcd0bb1a
_WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1 Struct Reference

#include <wdf11.h>

Collaboration diagram for _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1:

Public Attributes

USBD_STATUS UsbdStatus
 
WDF_USB_REQUEST_TYPE Type
 
union {
   struct {
      WDFMEMORY   Buffer
 
      USHORT   LangID
 
      UCHAR   StringIndex
 
      UCHAR   RequiredSize
 
   }   DeviceString
 
   struct {
      WDFMEMORY   Buffer
 
      WDF_USB_CONTROL_SETUP_PACKET   SetupPacket
 
      ULONG   Length
 
   }   DeviceControlTransfer
 
   struct {
      WDFMEMORY   Buffer
 
   }   DeviceUrb
 
   struct {
      WDFMEMORY   Buffer
 
      size_t   Length
 
      size_t   Offset
 
   }   PipeWrite
 
   struct {
      WDFMEMORY   Buffer
 
      size_t   Length
 
      size_t   Offset
 
   }   PipeRead
 
   struct {
      WDFMEMORY   Buffer
 
   }   PipeUrb
 
Parameters
 

Detailed Description

Definition at line 1778 of file wdf11.h.

Member Data Documentation

◆ Buffer

WDFMEMORY _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::Buffer

Definition at line 1785 of file wdf11.h.

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::DeviceControlTransfer

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::DeviceString

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::DeviceUrb

◆ LangID

USHORT _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::LangID

Definition at line 1787 of file wdf11.h.

◆ Length [1/2]

ULONG _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::Length

Definition at line 1804 of file wdf11.h.

◆ Length [2/2]

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::Length

Definition at line 1816 of file wdf11.h.

◆ Offset

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::Offset

Definition at line 1818 of file wdf11.h.

◆ 

union { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::Parameters

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::PipeRead

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::PipeUrb

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::PipeWrite

◆ RequiredSize

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::RequiredSize

Definition at line 1795 of file wdf11.h.

◆ SetupPacket

WDF_USB_CONTROL_SETUP_PACKET _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::SetupPacket

Definition at line 1802 of file wdf11.h.

◆ StringIndex

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::StringIndex

Definition at line 1789 of file wdf11.h.

◆ Type

WDF_USB_REQUEST_TYPE _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::Type

Definition at line 1781 of file wdf11.h.

◆ UsbdStatus

USBD_STATUS _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_1::UsbdStatus

Definition at line 1779 of file wdf11.h.


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