FWPS_PACKET_LIST_INFORMATION0 structure (fwpsk.h)
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.
Syntax
typedef struct FWPS_PACKET_LIST_INFORMATION0_ {
FWPS_PACKET_LIST_IPSEC_INFORMATION0 ipsecInformation;
FWPS_PACKET_LIST_FWP_INFORMATION0 fwpInformation;
} FWPS_PACKET_LIST_INFORMATION0;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows Vista. |
Header | fwpsk.h (include Fwpsk.h) |