ReactOS 0.4.15-dev-7958-gcd0bb1a
_WDF_REQUEST_PARAMETERS_V1_11 Struct Reference

#include <wdf111.h>

Collaboration diagram for _WDF_REQUEST_PARAMETERS_V1_11:

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 2009 of file wdf111.h.

Member Data Documentation

◆ Arg1

PVOID _WDF_REQUEST_PARAMETERS_V1_11::Arg1

Definition at line 2084 of file wdf111.h.

◆ Arg2

PVOID _WDF_REQUEST_PARAMETERS_V1_11::Arg2

Definition at line 2086 of file wdf111.h.

◆ Arg4

PVOID _WDF_REQUEST_PARAMETERS_V1_11::Arg4

Definition at line 2090 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_11::Create

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_11::DeviceIoControl

◆ DeviceOffset

LONGLONG _WDF_REQUEST_PARAMETERS_V1_11::DeviceOffset

Definition at line 2048 of file wdf111.h.

◆ EaLength

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_11::EaLength

Definition at line 2035 of file wdf111.h.

◆ FileAttributes

USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_11::FileAttributes

Definition at line 2031 of file wdf111.h.

◆ InputBufferLength

size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_11::InputBufferLength

Definition at line 2075 of file wdf111.h.

◆ IoControlCode

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_11::IoControlCode

Definition at line 2077 of file wdf111.h.

◆ Key

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_11::Key

Definition at line 2046 of file wdf111.h.

◆ Length

size_t _WDF_REQUEST_PARAMETERS_V1_11::Length

Definition at line 2044 of file wdf111.h.

◆ MinorFunction

UCHAR _WDF_REQUEST_PARAMETERS_V1_11::MinorFunction

Definition at line 2012 of file wdf111.h.

◆ Options

ULONG _WDF_REQUEST_PARAMETERS_V1_11::Options

Definition at line 2029 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_11::Others

◆ OutputBufferLength

size_t _WDF_REQUEST_PARAMETERS_V1_11::OutputBufferLength

Definition at line 2073 of file wdf111.h.

◆ 

union { ... } _WDF_REQUEST_PARAMETERS_V1_11::Parameters

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_11::Read

◆ SecurityContext

PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V1_11::SecurityContext

Definition at line 2027 of file wdf111.h.

◆ ShareAccess

USHORT _WDF_REQUEST_PARAMETERS_V1_11::ShareAccess

Definition at line 2033 of file wdf111.h.

◆ Size

USHORT _WDF_REQUEST_PARAMETERS_V1_11::Size

Definition at line 2010 of file wdf111.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V1_11::Type

Definition at line 2014 of file wdf111.h.

◆ Type3InputBuffer

PVOID _WDF_REQUEST_PARAMETERS_V1_11::Type3InputBuffer

Definition at line 2079 of file wdf111.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_11::Write

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