FWPM_PROVIDER_CHANGE_CALLBACK0 fonction de rappel (fwpmu.h)
La fonction FWPM_PROVIDER_CHANGE_CALLBACK0 est utilisée pour ajouter un comportement personnalisé au processus de notification des modifications du fournisseur.
Syntaxe
FWPM_PROVIDER_CHANGE_CALLBACK0 FwpmProviderChangeCallback0;
void FwpmProviderChangeCallback0(
[in] void *context,
[in] const FWPM_PROVIDER_CHANGE0 *change
)
{...}
Paramètres
[in] context
Type : void*
Pointeur de contexte facultatif. Il contient la valeur du paramètre de contexte passé à la fonction FwpmProviderSubscribeChanges0 .
[in] change
Type : FWPM_PROVIDER_CHANGE0*
Informations de notification de modification.
Valeur de retour
None
Remarques
Appelez FwpmProviderSubscribeChanges0 pour inscrire cette fonction de rappel.
FWPM_PROVIDER_CHANGE_CALLBACK0 est une implémentation spécifique de FWPM_PROVIDER_CHANGE_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 Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | fwpmu.h |