FWPS_PACKET_LIST_INFORMATION0_ - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

typedef struct FWPS_PACKET_LIST_INFORMATION0_ {
  FWPS_PACKET_LIST_IPSEC_INFORMATION0 ipsecInformation;
  FWPS_PACKET_LIST_FWP_INFORMATION0   fwpInformation;
} FWPS_PACKET_LIST_INFORMATION0;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-fwpsk-fwps_packet_list_information0_)

FWPS_PACKET_LIST_INFORMATION0_ structure

Description

The FWPS_PACKET_LIST_INFORMATION0 structure defines information associated with a packet list.

Note FWPS_PACKET_LIST_INFORMATION0 is a specific version of FWPS_PACKET_LIST_INFORMATION. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Members

ipsecInformation

An FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure that contains IPsec information associated with the packet list.

fwpInformation

An FWPS_PACKET_LIST_FWP_INFORMATION0 structure that contains Windows Filtering Platform information associated with the packet list.

Remarks

A callout driver passes a pointer to an FWPS_PACKET_LIST_INFORMATION0 structure to the FwpsGetPacketListSecurityInformation0 function when querying information associated with a packet list.

See also

FWPS_PACKET_LIST_FWP_INFORMATION0

FWPS_PACKET_LIST_IPSEC_INFORMATION0

FwpsGetPacketListSecurityInformation0