Condividi tramite


struttura FWPS_PACKET_LIST_IPSEC_INFORMATION0 (fwpsk.h)

La struttura FWPS_PACKET_LIST_IPSEC_INFORMATION0 definisce le informazioni IPsec associate a un elenco di pacchetti.

NotaFWPS_PACKET_LIST_IPSEC_INFORMATION0 è una versione specifica di FWPS_PACKET_LIST_IPSEC_INFORMATION. Per altre informazioni, vedere nomi Version-Independent WFP e selezione di versioni specifiche di Windows.
 

Sintassi

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;

Membri

inbound

Struttura FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 che contiene informazioni IPsec associate ai dati dei pacchetti in ingresso.

outbound

Struttura FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 che contiene informazioni IPsec associate ai dati dei pacchetti in uscita.

flags

Valore che contiene una rappresentazione generica delle informazioni IPsec associate all'elenco di pacchetti.

Osservazioni

Una struttura FWPS_PACKET_LIST_IPSEC_INFORMATION0 è inclusa come membro del FWPS_PACKET_LIST_INFORMATION0 struttura.

Fabbisogno

Requisito Valore
client minimo supportato Disponibile a partire da Windows Vista.
intestazione fwpsk.h (include Fwpsk.h)

Vedere anche

FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0

FWPS_PACKET_LIST_INFORMATION0

FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0