structure FWPS_PACKET_LIST_FWP_INFORMATION0 (fwpsk.h)

La structure FWPS_PACKET_LIST_FWP_INFORMATION0 définit les informations de la plateforme de filtrage Windows associées à une liste de paquets.

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

Syntaxe

typedef struct FWPS_PACKET_LIST_FWP_INFORMATION0_ {
  unsigned isReinjected : 1;
} FWPS_PACKET_LIST_FWP_INFORMATION0;

Membres

isReinjected

Valeur qui indique si les données du paquet ont été réinjectées par un pilote de légende.

Remarques

Une structure FWPS_PACKET_LIST_FWP_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 (include Fwpsk.h)

Voir aussi

FWPS_PACKET_LIST_INFORMATION0