ReactOS 0.4.15-dev-7834-g00c4b3d
_WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7 Struct Reference

#include <wdf17.h>

Collaboration diagram for _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7:

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 1803 of file wdf17.h.

Member Data Documentation

◆ Buffer

WDFMEMORY _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::Buffer

Definition at line 1810 of file wdf17.h.

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::DeviceControlTransfer

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::DeviceString

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::DeviceUrb

◆ LangID

USHORT _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::LangID

Definition at line 1812 of file wdf17.h.

◆ Length [1/2]

ULONG _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::Length

Definition at line 1829 of file wdf17.h.

◆ Length [2/2]

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::Length

Definition at line 1841 of file wdf17.h.

◆ Offset

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::Offset

Definition at line 1843 of file wdf17.h.

◆ 

union { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::Parameters

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::PipeRead

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::PipeUrb

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::PipeWrite

◆ RequiredSize

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::RequiredSize

Definition at line 1820 of file wdf17.h.

◆ SetupPacket

WDF_USB_CONTROL_SETUP_PACKET _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::SetupPacket

Definition at line 1827 of file wdf17.h.

◆ StringIndex

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::StringIndex

Definition at line 1814 of file wdf17.h.

◆ Type

WDF_USB_REQUEST_TYPE _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::Type

Definition at line 1806 of file wdf17.h.

◆ UsbdStatus

USBD_STATUS _WDF_USB_REQUEST_COMPLETION_PARAMS_V1_7::UsbdStatus

Definition at line 1804 of file wdf17.h.


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