Partager via


FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0 fonction de rappel (fwpmu.h)

La fonction FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0 est utilisée pour ajouter un comportement personnalisé au processus de notification de modification du contexte du fournisseur.

Syntaxe

FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0 FwpmProviderContextChangeCallback0;

void FwpmProviderContextChangeCallback0(
  [in] void *context,
  [in] const FWPM_PROVIDER_CONTEXT_CHANGE0 *change
)
{...}

Paramètres

[in] context

Type : void*

Pointeur de contexte facultatif. Il contient la valeur du paramètre de contexte passé à la fonction FwpmProviderContextSubscribeChanges0 .

[in] change

Type : FWPM_PROVIDER_CONTEXT_CHANGE0*

Informations de notification de modification.

Valeur de retour

None

Notes

Appelez FwpmProviderContextSubscribeChanges0 pour inscrire cette fonction de rappel.

FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK0 est une implémentation spécifique de FWPM_PROVIDER_CONTEXT_CHANGE_CALLBACK. Pour plus d’informations , consultez WFP Version-Independent Names and Targeting Specific Versions of Windows .

Spécifications

   
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

Voir aussi

FWPM_PROVIDER_CONTEXT_CHANGE0

FwpmProviderContextSubscribeChanges0