fonction WDF_FDO_EVENT_CALLBACKS_INIT (wdffdo.h)
[S’applique uniquement à KMDF]
La fonction WDF_FDO_EVENT_CALLBACKS_INIT initialise une structure WDF_FDO_EVENT_CALLBACKS .
Syntaxe
void WDF_FDO_EVENT_CALLBACKS_INIT(
[out] PWDF_FDO_EVENT_CALLBACKS Callbacks
);
Paramètres
[out] Callbacks
Pointeur vers la structure WDF_FDO_EVENT_CALLBACKS du pilote.
Valeur de retour
None
Remarques
La fonction WDF_FDO_EVENT_CALLBACKS_INIT zéro la structure WDF_FDO_EVENT_CALLBACKS spécifiée et définit le membre Size de la structure.
Exemples
Pour obtenir un exemple de code qui utilise WDF_FDO_EVENT_CALLBACKS_INIT, consultez WdfFdoInitSetEventCallbacks.
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Universal |
Version KMDF minimale | 1.0 |
En-tête | wdffdo.h (inclure Wdf.h) |