// fwpsk.h
typedef struct FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0_ {
unsigned isIPsecPolicyMatch : 1;
unsigned isTransportPolicyMatch : 1;
unsigned isTunnelPolicyMatch : 1;
unsigned isTunnelIPinIP : 1;
} FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0;
View the official Windows Driver Kit DDI referenceNo description available.
The FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 structure defines IPsec information associated with outbound packet data.
Note FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 is a specific version of FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
isIPsecPolicyMatchA value that indicates whether the packet list matched an IPsec filter at the outbound transport layer.
isTransportPolicyMatchA value that indicates whether the packet list matched an IPsec transport mode filter at the outbound transport layer.
isTunnelPolicyMatchA value that indicates whether the packet list matched an IPsec tunnel mode filter at the outbound transport layer.
isTunnelIPinIPA value that indicates whether the packet list matched an IP-in-IP filter for IPsec tunnel mode.
An FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 structure is included as a member of the FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure.
FWPS_PACKET_LIST_IPSEC_INFORMATION0