ReactOS 0.4.15-dev-7953-g1f49173
_WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13 Struct Reference

#include <wdf113.h>

Collaboration diagram for _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13:

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 2629 of file wdf113.h.

Member Data Documentation

◆ Buffer

WDFMEMORY _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::Buffer

Definition at line 2636 of file wdf113.h.

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::DeviceControlTransfer

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::DeviceString

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::DeviceUrb

◆ LangID

USHORT _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::LangID

Definition at line 2638 of file wdf113.h.

◆ Length [1/2]

ULONG _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::Length

Definition at line 2655 of file wdf113.h.

◆ Length [2/2]

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::Length

Definition at line 2667 of file wdf113.h.

◆ Offset

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::Offset

Definition at line 2669 of file wdf113.h.

◆ 

union { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::Parameters

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::PipeRead

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::PipeUrb

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::PipeWrite

◆ RequiredSize

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::RequiredSize

Definition at line 2646 of file wdf113.h.

◆ SetupPacket

WDF_USB_CONTROL_SETUP_PACKET _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::SetupPacket

Definition at line 2653 of file wdf113.h.

◆ StringIndex

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::StringIndex

Definition at line 2640 of file wdf113.h.

◆ Type

WDF_USB_REQUEST_TYPE _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::Type

Definition at line 2632 of file wdf113.h.

◆ UsbdStatus

USBD_STATUS _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_13::UsbdStatus

Definition at line 2630 of file wdf113.h.


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