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 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_NONEValue: 0 IPsec has not failed. |
IPSEC_FAILURE_METhe local system is the failure point. |
IPSEC_FAILURE_PEERA peer system is the failure point. |
IPSEC_FAILURE_POINT_MAXMaximum 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 |