ReactOS 0.4.15-dev-7953-g1f49173
_WDF_REQUEST_PARAMETERS_V1_13 Struct Reference

#include <wdf113.h>

Collaboration diagram for _WDF_REQUEST_PARAMETERS_V1_13:

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 2166 of file wdf113.h.

Member Data Documentation

◆ Arg1

PVOID _WDF_REQUEST_PARAMETERS_V1_13::Arg1

Definition at line 2241 of file wdf113.h.

◆ Arg2

PVOID _WDF_REQUEST_PARAMETERS_V1_13::Arg2

Definition at line 2243 of file wdf113.h.

◆ Arg4

PVOID _WDF_REQUEST_PARAMETERS_V1_13::Arg4

Definition at line 2247 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_13::Create

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_13::DeviceIoControl

◆ DeviceOffset

LONGLONG _WDF_REQUEST_PARAMETERS_V1_13::DeviceOffset

Definition at line 2205 of file wdf113.h.

◆ EaLength

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_13::EaLength

Definition at line 2192 of file wdf113.h.

◆ FileAttributes

USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_13::FileAttributes

Definition at line 2188 of file wdf113.h.

◆ InputBufferLength

size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_13::InputBufferLength

Definition at line 2232 of file wdf113.h.

◆ IoControlCode

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_13::IoControlCode

Definition at line 2234 of file wdf113.h.

◆ Key

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_13::Key

Definition at line 2203 of file wdf113.h.

◆ Length

size_t _WDF_REQUEST_PARAMETERS_V1_13::Length

Definition at line 2201 of file wdf113.h.

◆ MinorFunction

UCHAR _WDF_REQUEST_PARAMETERS_V1_13::MinorFunction

Definition at line 2169 of file wdf113.h.

◆ Options

ULONG _WDF_REQUEST_PARAMETERS_V1_13::Options

Definition at line 2186 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_13::Others

◆ OutputBufferLength

size_t _WDF_REQUEST_PARAMETERS_V1_13::OutputBufferLength

Definition at line 2230 of file wdf113.h.

◆ 

union { ... } _WDF_REQUEST_PARAMETERS_V1_13::Parameters

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_13::Read

◆ SecurityContext

PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V1_13::SecurityContext

Definition at line 2184 of file wdf113.h.

◆ ShareAccess

USHORT _WDF_REQUEST_PARAMETERS_V1_13::ShareAccess

Definition at line 2190 of file wdf113.h.

◆ Size

USHORT _WDF_REQUEST_PARAMETERS_V1_13::Size

Definition at line 2167 of file wdf113.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V1_13::Type

Definition at line 2171 of file wdf113.h.

◆ Type3InputBuffer

PVOID _WDF_REQUEST_PARAMETERS_V1_13::Type3InputBuffer

Definition at line 2236 of file wdf113.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_13::Write

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