// 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 referenceNo description available.
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.
ipsecInformationAn FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure that contains IPsec information associated with the packet list.
fwpInformationAn FWPS_PACKET_LIST_FWP_INFORMATION0 structure that contains Windows Filtering Platform information associated with the packet list.
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.
FWPS_PACKET_LIST_FWP_INFORMATION0
FWPS_PACKET_LIST_IPSEC_INFORMATION0
FwpsGetPacketListSecurityInformation0