ReactOS 0.4.15-dev-7924-g5949c20
_WDF_REQUEST_PARAMETERS_V1_1 Struct Reference

#include <wdf11.h>

Collaboration diagram for _WDF_REQUEST_PARAMETERS_V1_1:

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 1506 of file wdf11.h.

Member Data Documentation

◆ Arg1

PVOID _WDF_REQUEST_PARAMETERS_V1_1::Arg1

Definition at line 1581 of file wdf11.h.

◆ Arg2

PVOID _WDF_REQUEST_PARAMETERS_V1_1::Arg2

Definition at line 1583 of file wdf11.h.

◆ Arg4

PVOID _WDF_REQUEST_PARAMETERS_V1_1::Arg4

Definition at line 1587 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::Create

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::DeviceIoControl

◆ DeviceOffset

LONGLONG _WDF_REQUEST_PARAMETERS_V1_1::DeviceOffset

Definition at line 1545 of file wdf11.h.

◆ EaLength

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::EaLength

Definition at line 1532 of file wdf11.h.

◆ FileAttributes

USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::FileAttributes

Definition at line 1528 of file wdf11.h.

◆ InputBufferLength

size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::InputBufferLength

Definition at line 1572 of file wdf11.h.

◆ IoControlCode

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::IoControlCode

Definition at line 1574 of file wdf11.h.

◆ Key

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::Key

Definition at line 1543 of file wdf11.h.

◆ Length

size_t _WDF_REQUEST_PARAMETERS_V1_1::Length

Definition at line 1541 of file wdf11.h.

◆ MinorFunction

UCHAR _WDF_REQUEST_PARAMETERS_V1_1::MinorFunction

Definition at line 1509 of file wdf11.h.

◆ Options

ULONG _WDF_REQUEST_PARAMETERS_V1_1::Options

Definition at line 1526 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::Others

◆ OutputBufferLength

size_t _WDF_REQUEST_PARAMETERS_V1_1::OutputBufferLength

Definition at line 1570 of file wdf11.h.

◆ 

union { ... } _WDF_REQUEST_PARAMETERS_V1_1::Parameters

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::Read

◆ SecurityContext

PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V1_1::SecurityContext

Definition at line 1524 of file wdf11.h.

◆ ShareAccess

USHORT _WDF_REQUEST_PARAMETERS_V1_1::ShareAccess

Definition at line 1530 of file wdf11.h.

◆ Size

USHORT _WDF_REQUEST_PARAMETERS_V1_1::Size

Definition at line 1507 of file wdf11.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V1_1::Type

Definition at line 1511 of file wdf11.h.

◆ Type3InputBuffer

PVOID _WDF_REQUEST_PARAMETERS_V1_1::Type3InputBuffer

Definition at line 1576 of file wdf11.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::Write

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