ReactOS 0.4.15-dev-7953-g1f49173
_WDF_REQUEST_COMPLETION_PARAMS_V1_11 Struct Reference

#include <wdf111.h>

Collaboration diagram for _WDF_REQUEST_COMPLETION_PARAMS_V1_11:

Public Attributes

ULONG Size
 
WDF_REQUEST_TYPE Type
 
IO_STATUS_BLOCK IoStatus
 
union {
   struct {
      WDFMEMORY   Buffer
 
      size_t   Length
 
      size_t   Offset
 
   }   Write
 
   struct {
      WDFMEMORY   Buffer
 
      size_t   Length
 
      size_t   Offset
 
   }   Read
 
   struct {
      ULONG   IoControlCode
 
      struct {
         WDFMEMORY   Buffer
 
         size_t   Offset
 
      }   Input
 
      struct {
         WDFMEMORY   Buffer
 
         size_t   Offset
 
         size_t   Length
 
      }   Output
 
   }   Ioctl
 
   struct {
      union {
         PVOID   Ptr
 
         ULONG_PTR   Value
 
      }   Argument1
 
      union {
         PVOID   Ptr
 
         ULONG_PTR   Value
 
      }   Argument2
 
      union {
         PVOID   Ptr
 
         ULONG_PTR   Value
 
      }   Argument3
 
      union {
         PVOID   Ptr
 
         ULONG_PTR   Value
 
      }   Argument4
 
   }   Others
 
   struct {
      PWDF_USB_REQUEST_COMPLETION_PARAMS_V1_11   Completion
 
   }   Usb
 
Parameters
 

Detailed Description

Definition at line 2098 of file wdf111.h.

Member Data Documentation

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Argument1

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Argument2

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Argument3

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Argument4

◆ Buffer

WDFMEMORY _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Buffer

Definition at line 2110 of file wdf111.h.

◆ Completion

PWDF_USB_REQUEST_COMPLETION_PARAMS_V1_11 _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Completion

Definition at line 2180 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Input

◆ IoControlCode

ULONG _WDF_REQUEST_COMPLETION_PARAMS_V1_11::IoControlCode

Definition at line 2128 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Ioctl

◆ IoStatus

IO_STATUS_BLOCK _WDF_REQUEST_COMPLETION_PARAMS_V1_11::IoStatus

Definition at line 2106 of file wdf111.h.

◆ Length

size_t _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Length

Definition at line 2112 of file wdf111.h.

◆ Offset

size_t _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Offset

Definition at line 2114 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Others

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Output

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Parameters

◆ Ptr

PVOID _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Ptr

Definition at line 2150 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Read

◆ Size

ULONG _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Size

Definition at line 2102 of file wdf111.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Type

Definition at line 2104 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Usb

◆ Value

ULONG_PTR _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Value

Definition at line 2152 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_11::Write

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