ReactOS 0.4.15-dev-7942-gd23573b
_WDF_USB_REQUEST_COMPLETION_PARAMS Struct Reference

#include <wdfusb.h>

Collaboration diagram for _WDF_USB_REQUEST_COMPLETION_PARAMS:

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 324 of file wdfusb.h.

Member Data Documentation

◆ Buffer

WDFMEMORY _WDF_USB_REQUEST_COMPLETION_PARAMS::Buffer

Definition at line 331 of file wdfusb.h.

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS::DeviceControlTransfer

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS::DeviceString

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS::DeviceUrb

Referenced by if().

◆ LangID

USHORT _WDF_USB_REQUEST_COMPLETION_PARAMS::LangID

Definition at line 332 of file wdfusb.h.

◆ Length [1/2]

ULONG _WDF_USB_REQUEST_COMPLETION_PARAMS::Length

Definition at line 345 of file wdfusb.h.

◆ Length [2/2]

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS::Length

Definition at line 354 of file wdfusb.h.

◆ Offset

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS::Offset

Definition at line 355 of file wdfusb.h.

◆ 

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS::PipeRead

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS::PipeUrb

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS::PipeWrite

◆ RequiredSize

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS::RequiredSize

Definition at line 339 of file wdfusb.h.

◆ SetupPacket

WDF_USB_CONTROL_SETUP_PACKET _WDF_USB_REQUEST_COMPLETION_PARAMS::SetupPacket

Definition at line 344 of file wdfusb.h.

◆ StringIndex

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS::StringIndex

Definition at line 333 of file wdfusb.h.

◆ Type

WDF_USB_REQUEST_TYPE _WDF_USB_REQUEST_COMPLETION_PARAMS::Type

Definition at line 327 of file wdfusb.h.

Referenced by FxUsbRequestContext::SetUsbType().

◆ UsbdStatus

USBD_STATUS _WDF_USB_REQUEST_COMPLETION_PARAMS::UsbdStatus

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