ReactOS 0.4.15-dev-7842-g558ab78
_WDF_REQUEST_PARAMETERS_V2_0 Struct Reference

#include <wdf20.h>

Collaboration diagram for _WDF_REQUEST_PARAMETERS_V2_0:

Public Attributes

USHORT Size
 
UCHAR MinorFunction
 
WDF_REQUEST_TYPE Type
 
union {
   struct {
      PIO_SECURITY_CONTEXT   SecurityContext
 
      ULONG   Options
 
      USHORT POINTER_ALIGNMENT   FileAttributes
 
      USHORT   ShareAccess
 
      ULONG POINTER_ALIGNMENT   EaLength
 
   }   Create
 
   struct {
      size_t   Length
 
      ULONG POINTER_ALIGNMENT   Key
 
      LONGLONG   DeviceOffset
 
   }   Read
 
   struct {
      size_t   Length
 
      ULONG POINTER_ALIGNMENT   Key
 
      LONGLONG   DeviceOffset
 
   }   Write
 
   struct {
      size_t   OutputBufferLength
 
      size_t POINTER_ALIGNMENT   InputBufferLength
 
      ULONG POINTER_ALIGNMENT   IoControlCode
 
      PVOID   Type3InputBuffer
 
   }   DeviceIoControl
 
   struct {
      PVOID   Arg1
 
      PVOID   Arg2
 
      ULONG POINTER_ALIGNMENT   IoControlCode
 
      PVOID   Arg4
 
   }   Others
 
Parameters
 

Detailed Description

Definition at line 2079 of file wdf20.h.

Member Data Documentation

◆ Arg1

PVOID _WDF_REQUEST_PARAMETERS_V2_0::Arg1

Definition at line 2154 of file wdf20.h.

◆ Arg2

PVOID _WDF_REQUEST_PARAMETERS_V2_0::Arg2

Definition at line 2156 of file wdf20.h.

◆ Arg4

PVOID _WDF_REQUEST_PARAMETERS_V2_0::Arg4

Definition at line 2160 of file wdf20.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::Create

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::DeviceIoControl

◆ DeviceOffset

LONGLONG _WDF_REQUEST_PARAMETERS_V2_0::DeviceOffset

Definition at line 2118 of file wdf20.h.

◆ EaLength

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::EaLength

Definition at line 2105 of file wdf20.h.

◆ FileAttributes

USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::FileAttributes

Definition at line 2101 of file wdf20.h.

◆ InputBufferLength

size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::InputBufferLength

Definition at line 2145 of file wdf20.h.

◆ IoControlCode

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::IoControlCode

Definition at line 2147 of file wdf20.h.

◆ Key

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::Key

Definition at line 2116 of file wdf20.h.

◆ Length

size_t _WDF_REQUEST_PARAMETERS_V2_0::Length

Definition at line 2114 of file wdf20.h.

◆ MinorFunction

UCHAR _WDF_REQUEST_PARAMETERS_V2_0::MinorFunction

Definition at line 2082 of file wdf20.h.

◆ Options

ULONG _WDF_REQUEST_PARAMETERS_V2_0::Options

Definition at line 2099 of file wdf20.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::Others

◆ OutputBufferLength

size_t _WDF_REQUEST_PARAMETERS_V2_0::OutputBufferLength

Definition at line 2143 of file wdf20.h.

◆ 

union { ... } _WDF_REQUEST_PARAMETERS_V2_0::Parameters

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::Read

◆ SecurityContext

PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V2_0::SecurityContext

Definition at line 2097 of file wdf20.h.

◆ ShareAccess

USHORT _WDF_REQUEST_PARAMETERS_V2_0::ShareAccess

Definition at line 2103 of file wdf20.h.

◆ Size

USHORT _WDF_REQUEST_PARAMETERS_V2_0::Size

Definition at line 2080 of file wdf20.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V2_0::Type

Definition at line 2084 of file wdf20.h.

◆ Type3InputBuffer

PVOID _WDF_REQUEST_PARAMETERS_V2_0::Type3InputBuffer

Definition at line 2149 of file wdf20.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::Write

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