IPSEC_VIRTUAL_IF_TUNNEL_INFO0 structure (fwptypes.h)

The IPSEC_VIRTUAL_IF_TUNNEL_INFO0 structure is used to store information specific to virtual interface tunneling.

Syntax

typedef struct IPSEC_VIRTUAL_IF_TUNNEL_INFO0_ {
  UINT64 virtualIfTunnelId;
  UINT64 trafficSelectorId;
} IPSEC_VIRTUAL_IF_TUNNEL_INFO0;

Members

virtualIfTunnelId

ID of the virtual interface tunnel state.

trafficSelectorId

ID of the virtual interface tunneling traffic selector(s).

Remarks

The IPSEC_VIRTUAL_IF_TUNNEL_INFO0 structure is applicable only to Internet Key Exchange version 2 (IKEv2).

IPSEC_VIRTUAL_IF_TUNNEL_INFO0 is a specific implementation of IPSEC_VIRTUAL_IF_TUNNEL_INFO. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header fwptypes.h (include Ipsectypes.h)

See also

Windows Filtering Platform API Structures