ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <wdf20.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_V2_0::Create |
struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::DeviceIoControl |
ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::EaLength |
USHORT POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::FileAttributes |
size_t POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::InputBufferLength |
ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::IoControlCode |
ULONG POINTER_ALIGNMENT _WDF_REQUEST_PARAMETERS_V2_0::Key |
struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::Others |
union { ... } _WDF_REQUEST_PARAMETERS_V2_0::Parameters |
struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::Read |
PIO_SECURITY_CONTEXT _WDF_REQUEST_PARAMETERS_V2_0::SecurityContext |
WDF_REQUEST_TYPE _WDF_REQUEST_PARAMETERS_V2_0::Type |
struct { ... } _WDF_REQUEST_PARAMETERS_V2_0::Write |