Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FWPS_PACKET_LIST_INFORMATION0 structure defines information associated with a packet list.
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) |