次の方法で共有


FWPM_NET_EVENT_IKEEXT_QM_FAILURE0 (Compact 2013)

3/26/2014

This structure contains information that describes an IKE/AuthIP Quick Mode (QM) failure.

Note

AuthIP is not supported in Windows Embedded Compact .

Syntax

typedef struct FWPM_BET_EVENT_IKEEXT_QM_FAILURE0 {
  UINT32 failureErrorCode;
  IPSEC_FAILURE_POINT failurePoint;
  IKEEXT_KEY_MODULE_TYPE keyingModuleType;
  IKEEXT_QM_SA_STATE qmState;
  IKEEXT_SA_ROLE saRole;
  IPSEC_TRAFFIC_TYPE saTrafficType;
  union {
    FWP_CONDITION_VALUE0 localSubNet;
    ;      // case(IPSEC_TRAFFIC_TYPE_TRANSPORT)
  };
  union {
    FWP_CONDITION_VALUE0 remoteSubNet;
    ;      // case(IPSEC_TRAFFIC_TYPE_TRANSPORT)
  };
  UINT64 qmFilterId;
} FWPM_NET_EVENT_IKEEXT_QM_FAILURE0;

Members

  • failureErrorCode
    Windows error code for the failure
  • failurePoint
    An IPSEC_FAILURE_POINT value that indicates the IPSec state when the failure occurred
  • qmState
    An IKEEXT_QM_SA_STATE value that specifies the QM state when the failure occurred.
  • saRole
    An IKEEXT_SA_ROLE value that specifies the SA role when the failure occurred.
  • localSubNet
    An FWP_CONDITION_VALUE0 structure that contains values that conditions can use when testing for matches.

    Available when saTrafficType is IPSEC_TRAFFIC_TYPE_TUNNEL.

  • remoteSubNet
    An FWP_CONDITION_VALUE0 structure that contains values that conditions can use when testing for matches.

    Available when saTrafficType is IPSEC_TRAFFIC_TYPE_TUNNEL.

  • qmFilterId
    Quick Mode filter ID

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform