ReactOS 0.4.15-dev-7942-gd23573b
_WDF_REQUEST_COMPLETION_PARAMS_V1_13 Struct Reference

#include <wdf113.h>

Collaboration diagram for _WDF_REQUEST_COMPLETION_PARAMS_V1_13:

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

Detailed Description

Definition at line 2255 of file wdf113.h.

Member Data Documentation

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Argument1

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Argument2

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Argument3

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Argument4

◆ Buffer

WDFMEMORY _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Buffer

Definition at line 2267 of file wdf113.h.

◆ Completion

PWDF_USB_REQUEST_COMPLETION_PARAMS_V1_13 _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Completion

Definition at line 2337 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Input

◆ IoControlCode

ULONG _WDF_REQUEST_COMPLETION_PARAMS_V1_13::IoControlCode

Definition at line 2285 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Ioctl

◆ IoStatus

IO_STATUS_BLOCK _WDF_REQUEST_COMPLETION_PARAMS_V1_13::IoStatus

Definition at line 2263 of file wdf113.h.

◆ Length

size_t _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Length

Definition at line 2269 of file wdf113.h.

◆ Offset

size_t _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Offset

Definition at line 2271 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Others

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Output

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Parameters

◆ Ptr

PVOID _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Ptr

Definition at line 2307 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Read

◆ Size

ULONG _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Size

Definition at line 2259 of file wdf113.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Type

Definition at line 2261 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Usb

◆ Value

ULONG_PTR _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Value

Definition at line 2309 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_13::Write

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