// wdfrequest.h
typedef struct _WDF_REQUEST_FORWARD_OPTIONS {
ULONG Size;
ULONG Flags;
} WDF_REQUEST_FORWARD_OPTIONS, *PWDF_REQUEST_FORWARD_OPTIONS;
View the official Windows Driver Kit DDI referenceNo description available.
[Applies to KMDF only]
The WDF_REQUEST_FORWARD_OPTIONS structure contains options for requeuing an I/O request from a child device's I/O queue to the parent device's I/O queue.
SizeThe size, in bytes, of this structure.
FlagsA bitwise OR of WDF_REQUEST_FORWARD_OPTIONS_FLAGS-typed flags.
The WDF_REQUEST_FORWARD_OPTIONS structure is used as input to the WdfRequestForwardToParentDeviceIoQueue method.
Your driver must call WDF_REQUEST_FORWARD_OPTIONS_INIT to initialize the WDF_REQUEST_FORWARD_OPTIONS structure before the driver calls WdfRequestForwardToParentDeviceIoQueue.
WDF_REQUEST_FORWARD_OPTIONS_FLAGS