FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure (fwpsk.h)

The FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure defines IPsec information associated with a packet list.

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

Syntax

typedef struct FWPS_PACKET_LIST_IPSEC_INFORMATION0_ {
  union {
    FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0  inbound;
    FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 outbound;
    UINT32                                       flags;
  };
} FWPS_PACKET_LIST_IPSEC_INFORMATION0;

Members

inbound

An FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0 structure that contains IPsec information associated with inbound packet data.

outbound

An FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0 structure that contains IPsec information associated with outbound packet data.

flags

A value that contains a generic representation of the IPsec information associated with the packet list.

Remarks

A FWPS_PACKET_LIST_IPSEC_INFORMATION0 structure is included as a member of the FWPS_PACKET_LIST_INFORMATION0 structure.

Requirements

Requirement Value
Minimum supported client Available starting with Windows Vista.
Header fwpsk.h (include Fwpsk.h)

See also

FWPS_PACKET_LIST_INBOUND_IPSEC_INFORMATION0

FWPS_PACKET_LIST_INFORMATION0

FWPS_PACKET_LIST_OUTBOUND_IPSEC_INFORMATION0