IPSEC_KEY_MANAGER_NOTIFY_KEY0 fonction de rappel (fwpmu.h)
La fonction IPSEC_KEY_MANAGER_NOTIFY_KEY0 est utilisée pour informer les agents intermédiaires de confiance (TIA) des clés de l’as en cours de négociation.
Syntaxe
IPSEC_KEY_MANAGER_NOTIFY_KEY0 IpsecKeyManagerNotifyKey0;
void IpsecKeyManagerNotifyKey0(
[in] const IPSEC_SA_DETAILS1 *inboundSa,
[in] const IPSEC_SA_DETAILS1 *outboundSa
)
{...}
Paramètres
[in] inboundSa
Type : const IPSEC_SA_DETAILS1*
Informations sur l’accès partagé entrant.
[in] outboundSa
Type : const IPSEC_SA_DETAILS1*
Informations sur l’accès partagé sortant.
Valeur de retour
None
Notes
Appelez IPsecKeyManagerAddAndRegister pour inscrire ce pointeur de fonction.
Spécifications
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 |
Voir aussi
Informations de référence sur l’API de plateforme de filtrage Windows