FWPM_NET_EVENT_CALLBACK0 fonction de rappel (fwpmu.h)
La fonction FWPM_NET_EVENT_CALLBACK0 est utilisée pour ajouter un comportement personnalisé au processus d’abonnement aux événements net.
NotezFWPM_NET_EVENT_CALLBACK0 est l’implémentation spécifique de FWPM_NET_EVENT_CALLBACK utilisée dans Windows 7. Pour plus d’informations , consultez WFP Version-Independent Names and Targeting Specific Versions of Windows . Pour Windows 8, FWPM_NET_EVENT_CALLBACK1 est disponible.
Syntaxe
FWPM_NET_EVENT_CALLBACK0 FwpmNetEventCallback0;
void FwpmNetEventCallback0(
[in, out] void *context,
[in] const FWPM_NET_EVENT1 *event
)
{...}
Paramètres
[in, out] context
Type : void*
Pointeur de contexte facultatif. Il contient la valeur du paramètre de contexte de la fonction FwpmNetEventSubscribe0 .
[in] event
Type : FWPM_NET_EVENT1*
Informations sur l’événement net.
Valeur de retour
None
Remarques
Appelez FwpmNetEventSubscribe0 pour inscrire cette fonction de rappel.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | fwpmu.h |