structure FWPS_PACKET_LIST_IPSEC_INFORMATION0 (fwpsk.h)

La structure FWPS_PACKET_LIST_IPSEC_INFORMATION0 définit les informations IPsec associées à une liste de paquets.

NotezFWPS_PACKET_LIST_IPSEC_INFORMATION0 est une version spécifique de FWPS_PACKET_LIST_IPSEC_INFORMATION. Pour plus d’informations , voir PAM Version-Independent noms et Ciblage de versions spécifiques de Windows .
 

Syntaxe

typedef struct FWPS_PACKET_LIST_IPSEC_INFORMATION0_ {
  union {
    FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0  inbound;
    FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 outbound;
    UINT32                                       flags;
  };
} FWPS_PACKET_LIST_IPSEC_INFORMATION0;

Membres

inbound

Structure de FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 qui contient des informations IPsec associées aux données de paquets entrants.

outbound

Structure FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 qui contient des informations IPsec associées aux données de paquet sortant.

flags

Valeur qui contient une représentation générique des informations IPsec associées à la liste de paquets.

Remarques

Une structure FWPS_PACKET_LIST_IPSEC_INFORMATION0 est incluse en tant que membre du FWPS_PACKET_LIST_INFORMATION0 structure.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Disponible à partir de Windows Vista.
En-tête fwpsk.h (inclure Fwpsk.h)

Voir aussi

FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0

FWPS_PACKET_LIST_INFORMATION0

FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0