fonction NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT (netdevice.h)
La fonction NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT initialise une structure NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS .
Syntaxe
void NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS_INIT(
[_Out_] NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS *Callbacks
);
Paramètres
[_Out_] Callbacks
Pointeur vers une structure de NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS allouée par le pilote.
Valeur de retour
None
Remarques
Cette fonction supprime la structure NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS , puis remplit le membre Size . Après avoir appelé cette fonction, appelez NetDeviceInitSetPowerPolicyEventCallbacks pendant l’initialisation de l’appareil avant d’appeler WdfDeviceCreate.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 2004 |
Plateforme cible | Universal |
Version UMDF minimale | 2,33 |
En-tête | netdevice.h (inclure netadaptercx.h) |
IRQL | N’importe quel niveau tant que la mémoire cible est résidente |
Voir aussi
Configuration de la gestion de l’alimentation
NET_DEVICE_POWER_POLICY_EVENT_CALLBACKS