ReactOS 0.4.15-dev-7924-g5949c20
_WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0 Struct Reference

#include <wdf10.h>

Collaboration diagram for _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0:

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 1748 of file wdf10.h.

Member Data Documentation

◆ Buffer

WDFMEMORY _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::Buffer

Definition at line 1755 of file wdf10.h.

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::DeviceControlTransfer

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::DeviceString

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::DeviceUrb

◆ LangID

USHORT _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::LangID

Definition at line 1757 of file wdf10.h.

◆ Length [1/2]

ULONG _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::Length

Definition at line 1774 of file wdf10.h.

◆ Length [2/2]

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::Length

Definition at line 1786 of file wdf10.h.

◆ Offset

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::Offset

Definition at line 1788 of file wdf10.h.

◆ 

union { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::Parameters

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::PipeRead

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::PipeUrb

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::PipeWrite

◆ RequiredSize

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::RequiredSize

Definition at line 1765 of file wdf10.h.

◆ SetupPacket

WDF_USB_CONTROL_SETUP_PACKET _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::SetupPacket

Definition at line 1772 of file wdf10.h.

◆ StringIndex

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::StringIndex

Definition at line 1759 of file wdf10.h.

◆ Type

WDF_USB_REQUEST_TYPE _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::Type

Definition at line 1751 of file wdf10.h.

◆ UsbdStatus

USBD_STATUS _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_0::UsbdStatus

Definition at line 1749 of file wdf10.h.


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