estrutura FWPS_PACKET_LIST_IPSEC_INFORMATION0 (fwpsk.h)

A estrutura FWPS_PACKET_LIST_IPSEC_INFORMATION0 define informações de IPsec associadas a uma lista de pacotes.

ObserveFWPS_PACKET_LIST_IPSEC_INFORMATION0 é uma versão específica do FWPS_PACKET_LIST_IPSEC_INFORMATION. Consulte Nomes de Version-Independent WFP e Direcionamento de versões específicas do Windows para obter mais informações.
 

Sintaxe

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;

Membros

inbound

Uma estrutura FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 que contém informações de IPsec associadas a dados de pacote de entrada.

outbound

Uma estrutura FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 que contém informações de IPsec associadas a dados de pacote de saída.

flags

Um valor que contém uma representação genérica das informações IPsec associadas à lista de pacotes.

Comentários

Uma estrutura FWPS_PACKET_LIST_IPSEC_INFORMATION0 é incluída como membro do FWPS_PACKET_LIST_INFORMATION0 estrutura.

Requisitos

Requisito Valor
Cliente mínimo com suporte Disponível a partir do Windows Vista.
Cabeçalho fwpsk.h (inclua Fwpsk.h)

Confira também

FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0

FWPS_PACKET_LIST_INFORMATION0

FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0