|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wdf17.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_7::Create |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::DeviceIoControl |
| ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::EaLength |
| USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::FileAttributes |
| size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::InputBufferLength |
| ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::IoControlCode |
| ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_7::Key |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::Others |
| union { ... } _WDF_REQUEST_PARAMETERS_V1_7::Parameters |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::Read |
| PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V1_7::SecurityContext |
| WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V1_7::Type |
| struct { ... } _WDF_REQUEST_PARAMETERS_V1_7::Write |