FWPM_NET_EVENT_CALLBACK1 fonction de rappel (fwpmu.h)
La fonction FWPM_NET_EVENT_CALLBACK1 est utilisée pour ajouter un comportement personnalisé au processus d’abonnement aux événements net.
NotezFWPM_NET_EVENT_CALLBACK1 est l’implémentation spécifique de FWPM_NET_EVENT_CALLBACK utilisée dans Windows 8 et versions ultérieures. Pour plus d’informations , voir PAM Version-Independent noms et Ciblage de versions spécifiques de Windows . Pour Windows 7, FWPM_NET_EVENT_CALLBACK0 est disponible.
Syntaxe
FWPM_NET_EVENT_CALLBACK1 FwpmNetEventCallback1;
void FwpmNetEventCallback1(
[in, out] void *context,
[in] const FWPM_NET_EVENT2 *event
)
{...}
Paramètres
[in, out] context
Type : void*
Pointeur de contexte facultatif. Il contient la valeur du paramètre de contexte de la fonction FwpmNetEventSubscribe1 .
[in] event
Type : const FWPM_NET_EVENT2*
Informations sur l’événement net.
Valeur de retour
None
Notes
Appelez FwpmNetEventSubscribe1 pour inscrire cette fonction de rappel.
Spécifications
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | fwpmu.h |