struttura FWPS_PACKET_LIST_INFORMATION0 (fwpsk.h)
La struttura FWPS_PACKET_LIST_INFORMATION0 definisce le informazioni associate a un elenco di pacchetti.
Sintassi
typedef struct FWPS_PACKET_LIST_INFORMATION0_ {
FWPS_PACKET_LIST_IPSEC_INFORMATION0 ipsecInformation;
FWPS_PACKET_LIST_FWP_INFORMATION0 fwpInformation;
} FWPS_PACKET_LIST_INFORMATION0;
Members
ipsecInformation
Struttura FWPS_PACKET_LIST_IPSEC_INFORMATION0 che contiene informazioni IPsec associate all'elenco di pacchetti.
fwpInformation
Struttura FWPS_PACKET_LIST_FWP_INFORMATION0 che contiene le informazioni della piattaforma filtro Windows associate all'elenco di pacchetti.
Commenti
Un driver di callout passa un puntatore a una struttura FWPS_PACKET_LIST_INFORMATION0 all'oggetto Funzione FwpsGetPacketListSecurityInformation0 durante l'esecuzione di query sulle informazioni associate a un elenco di pacchetti.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Disponibile a partire da Windows Vista. |
Intestazione | fwpsk.h (include Fwpsk.h) |