FWPM_NET_EVENT_TYPE enumeration (fwpmtypes.h)

The FWPM_NET_EVENT_TYPE enumerated type specifies the type of net event.

Syntax

typedef enum FWPM_NET_EVENT_TYPE_ {
  FWPM_NET_EVENT_TYPE_IKEEXT_MM_FAILURE = 0,
  FWPM_NET_EVENT_TYPE_IKEEXT_QM_FAILURE,
  FWPM_NET_EVENT_TYPE_IKEEXT_EM_FAILURE,
  FWPM_NET_EVENT_TYPE_CLASSIFY_DROP,
  FWPM_NET_EVENT_TYPE_IPSEC_KERNEL_DROP,
  FWPM_NET_EVENT_TYPE_IPSEC_DOSP_DROP,
  FWPM_NET_EVENT_TYPE_CLASSIFY_ALLOW,
  FWPM_NET_EVENT_TYPE_CAPABILITY_DROP,
  FWPM_NET_EVENT_TYPE_CAPABILITY_ALLOW,
  FWPM_NET_EVENT_TYPE_CLASSIFY_DROP_MAC,
  FWPM_NET_EVENT_TYPE_LPM_PACKET_ARRIVAL,
  FWPM_NET_EVENT_TYPE_MAX
} FWPM_NET_EVENT_TYPE;

Constants

 
FWPM_NET_EVENT_TYPE_IKEEXT_MM_FAILURE
Value: 0
An IKE/AuthIP main mode failure has occurred.
FWPM_NET_EVENT_TYPE_IKEEXT_QM_FAILURE
An IKE/AuthIP quick mode failure has occurred.
FWPM_NET_EVENT_TYPE_IKEEXT_EM_FAILURE
An AuthIP extended mode failure has occurred.
FWPM_NET_EVENT_TYPE_CLASSIFY_DROP
A drop event has occurred.
FWPM_NET_EVENT_TYPE_IPSEC_KERNEL_DROP
An IPsec kernel drop event has occurred.
FWPM_NET_EVENT_TYPE_IPSEC_DOSP_DROP
An IPsec DoS Protection drop event has occurred.

Note  Available only in Windows 7, Windows Server 2008 R2, and later.

 
FWPM_NET_EVENT_TYPE_CLASSIFY_ALLOW
An allow event has occurred.

Note  Available only in Windows 8 and Windows Server 2012.

 
FWPM_NET_EVENT_TYPE_CAPABILITY_DROP
An app container network capability drop event has occurred.

Note  Available only in Windows 8 and Windows Server 2012.

 
FWPM_NET_EVENT_TYPE_CAPABILITY_ALLOW
An app container network capability allow event has occurred.

Note  Available only in Windows 8 and Windows Server 2012.

 
FWPM_NET_EVENT_TYPE_CLASSIFY_DROP_MAC
A MAC layer drop event has occurred.

Note  Available only in Windows 8 and Windows Server 2012.

 
FWPM_NET_EVENT_TYPE_LPM_PACKET_ARRIVAL
FWPM_NET_EVENT_TYPE_MAX
Maximum value for testing purposes.

Requirements

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

See also

Windows Filtering Platform API Enumerated Types