funzione WDF_PDO_EVENT_CALLBACKS_INIT (wdfpdo.h)

[Si applica solo a KMDF]

La funzione WDF_PDO_EVENT_CALLBACKS_INIT inizializza una struttura WDF_PDO_EVENT_CALLBACKS .

Sintassi

void WDF_PDO_EVENT_CALLBACKS_INIT(
  [out] PWDF_PDO_EVENT_CALLBACKS Callbacks
);

Parametri

[out] Callbacks

Puntatore alla struttura WDF_PDO_EVENT_CALLBACKS del conducente.

Valore restituito

nessuno

Osservazioni

La funzione WDF_PDO_EVENT_CALLBACKS_INIT zero la struttura WDF_PDO_EVENT_CALLBACKS specificata e imposta il membro Size della struttura.

Esempio

Per un esempio di codice che usa WDF_PDO_EVENT_CALLBACKS_INIT, vedere WdfPdoInitSetEventCallbacks.

Requisiti

Requisito Valore
Piattaforma di destinazione Universale
Versione KMDF minima 1,0
Intestazione wdfpdo.h (include Wdf.h)

Vedi anche

WDF_PDO_EVENT_CALLBACKS

WdfPdoInitSetEventCallbacks