ReactOS 0.4.15-dev-7934-g1dc8d80
_WDF_REQUEST_COMPLETION_PARAMS_V2_15 Struct Reference

#include <wdf215.h>

Collaboration diagram for _WDF_REQUEST_COMPLETION_PARAMS_V2_15:

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_V2_15   Completion
 
   }   Usb
 
Parameters
 

Detailed Description

Definition at line 2180 of file wdf215.h.

Member Data Documentation

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Argument1

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Argument2

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Argument3

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Argument4

◆ Buffer

WDFMEMORY _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Buffer

Definition at line 2192 of file wdf215.h.

◆ Completion

PWDF_USB_REQUEST_COMPLETION_PARAMS_V2_15 _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Completion

Definition at line 2262 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Input

◆ IoControlCode

ULONG _WDF_REQUEST_COMPLETION_PARAMS_V2_15::IoControlCode

Definition at line 2210 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Ioctl

◆ IoStatus

IO_STATUS_BLOCK _WDF_REQUEST_COMPLETION_PARAMS_V2_15::IoStatus

Definition at line 2188 of file wdf215.h.

◆ Length

size_t _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Length

Definition at line 2194 of file wdf215.h.

◆ Offset

size_t _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Offset

Definition at line 2196 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Others

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Output

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Parameters

◆ Ptr

PVOID _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Ptr

Definition at line 2232 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Read

◆ Size

ULONG _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Size

Definition at line 2184 of file wdf215.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Type

Definition at line 2186 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Usb

◆ Value

ULONG_PTR _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Value

Definition at line 2234 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V2_15::Write

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