funzione WDF_DPC_CONFIG_INIT (wdfdpc.h)
[Si applica solo a KMDF]
La funzione WDF_DPC_CONFIG_INIT inizializza la struttura di WDF_DPC_CONFIG di un driver.
Sintassi
void WDF_DPC_CONFIG_INIT(
[out] PWDF_DPC_CONFIG Config,
[in] PFN_WDF_DPC EvtDpcFunc
);
Parametri
[out] Config
Puntatore a una struttura di WDF_DPC_CONFIG allocata dal driver.
[in] EvtDpcFunc
Puntatore a una funzione di callback EvtDpcFunc fornita dal driver.
Valore restituito
nessuno
Osservazioni
La funzione WDF_DPC_CONFIG_INIT archivia il puntatore EvtDpcFunc specificato e imposta il membro AutomaticSerialization della struttura WDF_DPC_CONFIG su TRUE.
Esempio
Per un esempio di codice che usa la funzione WDF_DPC_CONFIG_INIT , vedere WdfDpcCreate.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Universale |
Versione KMDF minima | 1,0 |
Intestazione | wdfdpc.h (include Wdf.h) |
IRQL | Qualsiasi livello |