ReactOS 0.4.15-dev-7942-gd23573b
_WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15 Struct Reference

#include <wdf215.h>

Collaboration diagram for _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15:

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 2554 of file wdf215.h.

Member Data Documentation

◆ Buffer

WDFMEMORY _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::Buffer

Definition at line 2561 of file wdf215.h.

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::DeviceControlTransfer

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::DeviceString

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::DeviceUrb

◆ LangID

USHORT _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::LangID

Definition at line 2563 of file wdf215.h.

◆ Length [1/2]

ULONG _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::Length

Definition at line 2580 of file wdf215.h.

◆ Length [2/2]

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::Length

Definition at line 2592 of file wdf215.h.

◆ Offset

size_t _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::Offset

Definition at line 2594 of file wdf215.h.

◆ 

union { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::Parameters

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::PipeRead

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::PipeUrb

◆ 

struct { ... } _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::PipeWrite

◆ RequiredSize

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::RequiredSize

Definition at line 2571 of file wdf215.h.

◆ SetupPacket

WDF_USB_CONTROL_SETUP_PACKET _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::SetupPacket

Definition at line 2578 of file wdf215.h.

◆ StringIndex

UCHAR _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::StringIndex

Definition at line 2565 of file wdf215.h.

◆ Type

WDF_USB_REQUEST_TYPE _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::Type

Definition at line 2557 of file wdf215.h.

◆ UsbdStatus

USBD_STATUS _WDF_USB_REQUEST_COMPLETION_PARAMS_V2_15::UsbdStatus

Definition at line 2555 of file wdf215.h.


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