FWPM_SUBLAYER_CHANGE_CALLBACK0 fonction de rappel (fwpmu.h)

La fonction FWPM_SUBLAYER_CHANGE_CALLBACK0 est utilisée pour ajouter un comportement personnalisé au processus de notification de modification de sous-couche.

Syntaxe

FWPM_SUBLAYER_CHANGE_CALLBACK0 FwpmSublayerChangeCallback0;

void FwpmSublayerChangeCallback0(
  [in] void *context,
  [in] const FWPM_SUBLAYER_CHANGE0 *change
)
{...}

Paramètres

[in] context

Type : void*

Pointeur de contexte facultatif. Il contient la valeur du paramètre de contexte de la fonction FwpmSubLayerSubscribeChanges0 .

[in] change

Type : FWPM_SUBLAYER_CHANGE0*

Informations de notification de modification.

Valeur de retour

None

Notes

Appelez FwpmSubLayerSubscribeChanges0 pour inscrire cette fonction de rappel.

FWPM_SUBLAYER_CHANGE_CALLBACK0 est une implémentation spécifique de FWPM_SUBLAYER_CHANGE_CALLBACK. Pour plus d’informations , voir PAM Version-Independent noms et Ciblage de versions spécifiques de 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_SUBLAYER_CHANGE0

FwpmSubLayerSubscribeChanges0