|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wdf11.h>

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 |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::Create |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::DeviceIoControl |
| ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::EaLength |
| USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::FileAttributes |
| size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::InputBufferLength |
| ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::IoControlCode |
| ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_1::Key |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::Others |
| union { ... } _WDF_REQUEST_PARAMETERS_V1_1::Parameters |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::Read |
| PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V1_1::SecurityContext |
| WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V1_1::Type |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_1::Write |