FWPS_PACKET_LIST_INFORMATION0 structure (fwpsk.h)

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

NotezFWPS_PACKET_LIST_INFORMATION0 est une version spécifique de FWPS_PACKET_LIST_INFORMATION. Pour plus d’informations , consultez WFP Version-Independent Names and Targeting Specific Versions of Windows .
 

Syntaxe

typedef struct FWPS_PACKET_LIST_INFORMATION0_ {
  FWPS_PACKET_LIST_IPSEC_INFORMATION0 ipsecInformation;
  FWPS_PACKET_LIST_FWP_INFORMATION0   fwpInformation;
} FWPS_PACKET_LIST_INFORMATION0;

Membres

ipsecInformation

Structure FWPS_PACKET_LIST_IPSEC_INFORMATION0 qui contient des informations IPsec associées à la liste de paquets.

fwpInformation

Structure FWPS_PACKET_LIST_FWP_INFORMATION0 qui contient les informations de la plateforme de filtrage Windows associées à la liste de paquets.

Remarques

Un pilote de légende passe un pointeur vers une structure de FWPS_PACKET_LIST_INFORMATION0 vers le Fonction FwpsGetPacketListSecurityInformation0 lors de l’interrogation des informations associées à une liste de paquets.

Configuration requise

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

Voir aussi

FWPS_PACKET_LIST_FWP_INFORMATION0 FWPS_PACKET_LIST_IPSEC_INFORMATION0 FwpsGetPacketListSecurityInformation0