IPSEC_FAILURE_POINT enumeration (ipsectypes.h)

The IPSEC_FAILURE_POINT enumerated type specifies at what point IPsec has failed.

Syntax

typedef enum IPSEC_FAILURE_POINT_ {
  IPSEC_FAILURE_NONE = 0,
  IPSEC_FAILURE_ME,
  IPSEC_FAILURE_PEER,
  IPSEC_FAILURE_POINT_MAX
} IPSEC_FAILURE_POINT;

Constants

 
IPSEC_FAILURE_NONE
Value: 0
IPsec has not failed.
IPSEC_FAILURE_ME
The local system is the failure point.
IPSEC_FAILURE_PEER
A peer system is the failure point.
IPSEC_FAILURE_POINT_MAX
Maximum value for testing only.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header ipsectypes.h

See also

Windows Filtering Platform API Enumerated Types