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.
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;
Members
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.
Commenti
Una struttura FWPS_PACKET_LIST_IPSEC_INFORMATION0 è inclusa come membro del FWPS_PACKET_LIST_INFORMATION0 struttura.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile a partire da Windows Vista. |
Intestazione | fwpsk.h (include Fwpsk.h) |