estructura FWPS_PACKET_LIST_FWP_INFORMATION0 (fwpsk.h)

La estructura FWPS_PACKET_LIST_FWP_INFORMATION0 define la información de la Plataforma de filtrado de Windows asociada a una lista de paquetes.

NotaFWPS_PACKET_LIST_FWP_INFORMATION0 es una versión específica de FWPS_PACKET_LIST_FWP_INFORMATION. Para obtener más información, vea NOMBRES DE Version-Independent DE PMA y versiones específicas de Windows dirigidas a destinatarios.
 

Sintaxis

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

Miembros

isReinjected

Valor que indica si un controlador de llamada reinyectó los datos del paquete.

Comentarios

Una estructura de FWPS_PACKET_LIST_FWP_INFORMATION0 se incluye como miembro de . FWPS_PACKET_LIST_INFORMATION0 estructura.

Requisitos

Requisito Value
Cliente mínimo compatible Disponible a partir de Windows Vista.
Encabezado fwpsk.h (incluya Fwpsk.h)

Consulte también

FWPS_PACKET_LIST_INFORMATION0