funzione WDF_REQUEST_FORWARD_OPTIONS_INIT (wdfrequest.h)
[Si applica solo a KMDF]
La funzione WDF_REQUEST_FORWARD_OPTIONS_INIT inizializza una struttura WDF_REQUEST_FORWARD_OPTIONS .
Sintassi
void WDF_REQUEST_FORWARD_OPTIONS_INIT(
[out] PWDF_REQUEST_FORWARD_OPTIONS ForwardOptions
);
Parametri
[out] ForwardOptions
Puntatore a una struttura di WDF_REQUEST_FORWARD_OPTIONS .
Valore restituito
nessuno
Osservazioni
Prima che un driver chiami WdfRequestForwardToParentDeviceIoQueue, deve chiamare WDF_REQUEST_FORWARD_OPTIONS_INIT per inizializzare una struttura WDF_REQUEST_FORWARD_OPTIONS .
La funzione WDF_REQUEST_FORWARD_OPTIONS_INIT zero la struttura di WDF_REQUEST_FORWARD_OPTIONS specificata e imposta il membro Size della struttura. La funzione imposta quindi il flag di WDF_REQUEST_FORWARD_OPTION_SEND_AND_FORGET .
Per un esempio di codice che usa WDF_REQUEST_FORWARD_OPTIONS_INIT, vedere WdfRequestForwardToParentDeviceIoQueue.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Universale |
Versione KMDF minima | 1,9 |
Intestazione | wdfrequest.h (include Wdf.h) |