FWPM_VSWITCH_EVENT_CALLBACK0 fonction de rappel (fwpmu.h)
La fonction FWPM_VSWITCH_EVENT_CALLBACK0 est utilisée pour ajouter un comportement personnalisé au processus d’abonnement aux événements vSwitch.
Syntaxe
FWPM_VSWITCH_EVENT_CALLBACK0 FwpmVswitchEventCallback0;
DWORD FwpmVswitchEventCallback0(
[in, out] void *context,
[in] const FWPM_VSWITCH_EVENT0 *vSwitchEvent
)
{...}
Paramètres
[in, out] context
Type : void*
Pointeur de contexte facultatif. Il contient la valeur du paramètre de contexte de la fonction FwpmvSwitchEventSubscribe0 .
[in] vSwitchEvent
Type : FWPM_VSWITCH_EVENT0*
Informations sur l’événement vSwitch.
Valeur retournée
Cette fonction de rappel ne retourne pas de valeur.
Remarques
Appelez FwpmvSwitchEventSubscribe0 pour inscrire cette fonction de rappel.
FWPM_VSWITCH_EVENT_CALLBACK0 est une implémentation spécifique de FWPM_VSWITCH_EVENT_CALLBACK. Pour plus d’informations , consultez WFP Version-Independent Names and Targeting Specific Versions of Windows .
Configuration requise
Condition requise | Valeur |
---|---|
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 |