Compartilhar via


estrutura FWPS_PACKET_LIST_INFORMATION0 (fwpsk.h)

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

ObservaçãoFWPS_PACKET_LIST_INFORMATION0 é uma versão específica do FWPS_PACKET_LIST_INFORMATION. Consulte nomes de Version-Independent WFP e versões específicas de destino do Windows para obter mais informações.
 

Sintaxe

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

Membros

ipsecInformation

Uma estrutura FWPS_PACKET_LIST_IPSEC_INFORMATION0 que contém informações IPsec associadas à lista de pacotes.

fwpInformation

Uma estrutura FWPS_PACKET_LIST_FWP_INFORMATION0 que contém informações da Plataforma de Filtragem do Windows associadas à lista de pacotes.

Observações

Um driver explicativo passa um ponteiro para uma estrutura FWPS_PACKET_LIST_INFORMATION0 para o função FwpsGetPacketListSecurityInformation0 ao consultar informações associadas a uma lista de pacotes.

Requisitos

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

Consulte também

FwpsGetPacketListSecurityInformation0 FWPS_PACKET_LIST_FWP_INFORMATION0 FWPS_PACKET_LIST_IPSEC_INFORMATION0