Condividi tramite


struttura WDF_IO_FORWARD_PROGRESS_RESERVED_POLICY_SETTINGS (wdfio.h)

[Si applica solo a KMDF]

La struttura WDF_IO_FORWARD_PROGRESS_RESERVED_POLICY_SETTINGS contiene informazioni su azioni specifiche che il framework può eseguire quando riceve una richiesta di I/O per il driver, se esiste una situazione di memoria insufficiente.

Sintassi

typedef struct _WDF_IO_FORWARD_PROGRESS_RESERVED_POLICY_SETTINGS {
  union {
    struct {
      PFN_WDF_IO_WDM_IRP_FOR_FORWARD_PROGRESS EvtIoWdmIrpForForwardProgress;
    } ExaminePolicy;
  } Policy;
} WDF_IO_FORWARD_PROGRESS_RESERVED_POLICY_SETTINGS;

Members

Policy

Policy.ExaminePolicy

Policy.ExaminePolicy.EvtIoWdmIrpForForwardProgress

Puntatore alla funzione di callback EvtIoWdmIrpForForWardProgress specifica della coda del driver.

Commenti

La struttura WDF_IO_FORWARD_PROGRESS_RESERVED_POLICY_SETTINGS viene utilizzata come tipo di membro nella struttura WDF_IO_QUEUE_FORWARD_PROGRESS_POLICY .

Requisiti

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