ReactOS 0.4.15-dev-8434-g155a7c7
_WDF_REQUEST_PARAMETERS_V2_15 Struct Reference

#include <wdf215.h>

Collaboration diagram for _WDF_REQUEST_PARAMETERS_V2_15:

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 2091 of file wdf215.h.

Member Data Documentation

◆ Arg1

PVOID _WDF_REQUEST_PARAMETERS_V2_15::Arg1

Definition at line 2166 of file wdf215.h.

◆ Arg2

PVOID _WDF_REQUEST_PARAMETERS_V2_15::Arg2

Definition at line 2168 of file wdf215.h.

◆ Arg4

PVOID _WDF_REQUEST_PARAMETERS_V2_15::Arg4

Definition at line 2172 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_15::Create

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_15::DeviceIoControl

◆ DeviceOffset

LONGLONG _WDF_REQUEST_PARAMETERS_V2_15::DeviceOffset

Definition at line 2130 of file wdf215.h.

◆ EaLength

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_15::EaLength

Definition at line 2117 of file wdf215.h.

◆ FileAttributes

USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_15::FileAttributes

Definition at line 2113 of file wdf215.h.

◆ InputBufferLength

size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_15::InputBufferLength

Definition at line 2157 of file wdf215.h.

◆ IoControlCode

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_15::IoControlCode

Definition at line 2159 of file wdf215.h.

◆ Key

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_15::Key

Definition at line 2128 of file wdf215.h.

◆ Length

size_t _WDF_REQUEST_PARAMETERS_V2_15::Length

Definition at line 2126 of file wdf215.h.

◆ MinorFunction

UCHAR _WDF_REQUEST_PARAMETERS_V2_15::MinorFunction

Definition at line 2094 of file wdf215.h.

◆ Options

ULONG _WDF_REQUEST_PARAMETERS_V2_15::Options

Definition at line 2111 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_15::Others

◆ OutputBufferLength

size_t _WDF_REQUEST_PARAMETERS_V2_15::OutputBufferLength

Definition at line 2155 of file wdf215.h.

◆ 

union { ... } _WDF_REQUEST_PARAMETERS_V2_15::Parameters

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_15::Read

◆ SecurityContext

PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V2_15::SecurityContext

Definition at line 2109 of file wdf215.h.

◆ ShareAccess

USHORT _WDF_REQUEST_PARAMETERS_V2_15::ShareAccess

Definition at line 2115 of file wdf215.h.

◆ Size

USHORT _WDF_REQUEST_PARAMETERS_V2_15::Size

Definition at line 2092 of file wdf215.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V2_15::Type

Definition at line 2096 of file wdf215.h.

◆ Type3InputBuffer

PVOID _WDF_REQUEST_PARAMETERS_V2_15::Type3InputBuffer

Definition at line 2161 of file wdf215.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V2_15::Write

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