struttura WDF_REQUEST_FORWARD_OPTIONS (wdfrequest.h)

[Si applica solo a KMDF]

La struttura WDF_REQUEST_FORWARD_OPTIONS contiene le opzioni per accodare una richiesta di I/O da una coda di I/O di un dispositivo figlio alla coda di I/O del dispositivo padre.

Sintassi

typedef struct _WDF_REQUEST_FORWARD_OPTIONS {
  ULONG Size;
  ULONG Flags;
} WDF_REQUEST_FORWARD_OPTIONS, *PWDF_REQUEST_FORWARD_OPTIONS;

Members

Size

Dimensione, in byte, della struttura.

Flags

OR bit per bit di flag tipizzato di WDF_REQUEST_FORWARD_OPTIONS_FLAGS.

Commenti

La struttura WDF_REQUEST_FORWARD_OPTIONS viene usata come input per il metodo WdfRequestForwardToParentDeviceIoQueue .

Il driver deve chiamare WDF_REQUEST_FORWARD_OPTIONS_INIT per inizializzare la struttura WDF_REQUEST_FORWARD_OPTIONS prima che il driver chiami WdfRequestForwardToParentDeviceIoQueue.

Requisiti

Requisito Valore
Versione KMDF minima 1,9
Intestazione wdfrequest.h (include Wdf.h)

Vedi anche

WDF_REQUEST_FORWARD_OPTIONS_FLAGS