ReactOS 0.4.15-dev-7924-g5949c20
_WDF_REQUEST_COMPLETION_PARAMS_V1_1 Struct Reference

#include <wdf11.h>

Collaboration diagram for _WDF_REQUEST_COMPLETION_PARAMS_V1_1:

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

Detailed Description

Definition at line 1595 of file wdf11.h.

Member Data Documentation

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Argument1

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Argument2

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Argument3

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Argument4

◆ Buffer

WDFMEMORY _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Buffer

Definition at line 1607 of file wdf11.h.

◆ Completion

PWDF_USB_REQUEST_COMPLETION_PARAMS_V1_1 _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Completion

Definition at line 1677 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Input

◆ IoControlCode

ULONG _WDF_REQUEST_COMPLETION_PARAMS_V1_1::IoControlCode

Definition at line 1625 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Ioctl

◆ IoStatus

IO_STATUS_BLOCK _WDF_REQUEST_COMPLETION_PARAMS_V1_1::IoStatus

Definition at line 1603 of file wdf11.h.

◆ Length

size_t _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Length

Definition at line 1609 of file wdf11.h.

◆ Offset

size_t _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Offset

Definition at line 1611 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Others

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Output

◆ 

union { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Parameters

◆ Ptr

PVOID _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Ptr

Definition at line 1647 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Read

◆ Size

ULONG _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Size

Definition at line 1599 of file wdf11.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Type

Definition at line 1601 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Usb

◆ Value

ULONG_PTR _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Value

Definition at line 1649 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_COMPLETION_PARAMS_V1_1::Write

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