ReactOS 0.4.16-dev-197-g92996da
|
#include <wdf19.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_9::Create |
struct { ... } _WDF_REQUEST_PARAMETERS_V1_9::DeviceIoControl |
ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_9::EaLength |
USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_9::FileAttributes |
size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_9::InputBufferLength |
ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_9::IoControlCode |
ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V1_9::Key |
struct { ... } _WDF_REQUEST_PARAMETERS_V1_9::Others |
union { ... } _WDF_REQUEST_PARAMETERS_V1_9::Parameters |
struct { ... } _WDF_REQUEST_PARAMETERS_V1_9::Read |
PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V1_9::SecurityContext |
WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V1_9::Type |
struct { ... } _WDF_REQUEST_PARAMETERS_V1_9::Write |