ReactOS 0.4.15-dev-7934-g1dc8d80
_WDF_REQUEST_PARAMETERS_V1_7 Struct Reference

#include <wdf17.h>

Collaboration diagram for _WDF_REQUEST_PARAMETERS_V1_7:

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 1531 of file wdf17.h.

Member Data Documentation

◆ Arg1

PVOID _WDF_REQUEST_PARAMETERS_V1_7::Arg1

Definition at line 1606 of file wdf17.h.

◆ Arg2

PVOID _WDF_REQUEST_PARAMETERS_V1_7::Arg2

Definition at line 1608 of file wdf17.h.

◆ Arg4

PVOID _WDF_REQUEST_PARAMETERS_V1_7::Arg4

Definition at line 1612 of file wdf17.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::Create

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::DeviceIoControl

◆ DeviceOffset

LONGLONG _WDF_REQUEST_PARAMETERS_V1_7::DeviceOffset

Definition at line 1570 of file wdf17.h.

◆ EaLength

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::EaLength

Definition at line 1557 of file wdf17.h.

◆ FileAttributes

USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::FileAttributes

Definition at line 1553 of file wdf17.h.

◆ InputBufferLength

size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::InputBufferLength

Definition at line 1597 of file wdf17.h.

◆ IoControlCode

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::IoControlCode

Definition at line 1599 of file wdf17.h.

◆ Key

ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::Key

Definition at line 1568 of file wdf17.h.

◆ Length

size_t _WDF_REQUEST_PARAMETERS_V1_7::Length

Definition at line 1566 of file wdf17.h.

◆ MinorFunction

UCHAR _WDF_REQUEST_PARAMETERS_V1_7::MinorFunction

Definition at line 1534 of file wdf17.h.

◆ Options

ULONG _WDF_REQUEST_PARAMETERS_V1_7::Options

Definition at line 1551 of file wdf17.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::Others

◆ OutputBufferLength

size_t _WDF_REQUEST_PARAMETERS_V1_7::OutputBufferLength

Definition at line 1595 of file wdf17.h.

◆ 

union { ... } _WDF_REQUEST_PARAMETERS_V1_7::Parameters

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::Read

◆ SecurityContext

PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V1_7::SecurityContext

Definition at line 1549 of file wdf17.h.

◆ ShareAccess

USHORT _WDF_REQUEST_PARAMETERS_V1_7::ShareAccess

Definition at line 1555 of file wdf17.h.

◆ Size

USHORT _WDF_REQUEST_PARAMETERS_V1_7::Size

Definition at line 1532 of file wdf17.h.

◆ Type

WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V1_7::Type

Definition at line 1536 of file wdf17.h.

◆ Type3InputBuffer

PVOID _WDF_REQUEST_PARAMETERS_V1_7::Type3InputBuffer

Definition at line 1601 of file wdf17.h.

◆ 

struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::Write

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