ReactOS 0.4.15-dev-7842-g558ab78
_WDF_REQUEST_COMPLETION_PARAMS Struct Reference

#include <wdfrequest.h>

Collaboration diagram for _WDF_REQUEST_COMPLETION_PARAMS:

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

Detailed Description

Definition at line 222 of file wdfrequest.h.

Member Data Documentation

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS::Argument1

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS::Argument2

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS::Argument3

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS::Argument4

◆ Buffer

WDFMEMORY _WDF_REQUEST_COMPLETION_PARAMS::Buffer

Definition at line 234 of file wdfrequest.h.

◆ Completion

PWDF_USB_REQUEST_COMPLETION_PARAMS _WDF_REQUEST_COMPLETION_PARAMS::Completion

Definition at line 280 of file wdfrequest.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS::Input

◆ IoControlCode

ULONG _WDF_REQUEST_COMPLETION_PARAMS::IoControlCode

Definition at line 246 of file wdfrequest.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS::Ioctl

◆ IoStatus

◆ Length

size_t _WDF_REQUEST_COMPLETION_PARAMS::Length

Definition at line 235 of file wdfrequest.h.

◆ Offset

size_t _WDF_REQUEST_COMPLETION_PARAMS::Offset

Definition at line 236 of file wdfrequest.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS::Others

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS::Output

◆ 

◆ Ptr

PVOID _WDF_REQUEST_COMPLETION_PARAMS::Ptr

Definition at line 262 of file wdfrequest.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS::Read

◆ Size

ULONG _WDF_REQUEST_COMPLETION_PARAMS::Size

Definition at line 226 of file wdfrequest.h.

◆ Type

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS::Usb

◆ Value

ULONG_PTR _WDF_REQUEST_COMPLETION_PARAMS::Value

Definition at line 263 of file wdfrequest.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS::Write

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