Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Die FWPM_NET_EVENT2-Struktur enthält Informationen zu allen Ereignistypen. FWPM_NET_EVENT0 ist verfügbar.
Syntax
typedef struct FWPM_NET_EVENT2_ {
FWPM_NET_EVENT_HEADER2 header;
FWPM_NET_EVENT_TYPE type;
union {
FWPM_NET_EVENT_IKEEXT_MM_FAILURE1 *ikeMmFailure;
FWPM_NET_EVENT_IKEEXT_QM_FAILURE0 *ikeQmFailure;
FWPM_NET_EVENT_IKEEXT_EM_FAILURE1 *ikeEmFailure;
FWPM_NET_EVENT_CLASSIFY_DROP2 *classifyDrop;
FWPM_NET_EVENT_IPSEC_KERNEL_DROP0 *ipsecDrop;
FWPM_NET_EVENT_IPSEC_DOSP_DROP0 *idpDrop;
FWPM_NET_EVENT_CLASSIFY_ALLOW0 *classifyAllow;
FWPM_NET_EVENT_CAPABILITY_DROP0 *capabilityDrop;
FWPM_NET_EVENT_CAPABILITY_ALLOW0 *capabilityAllow;
FWPM_NET_EVENT_CLASSIFY_DROP_MAC0 *classifyDropMac;
};
} FWPM_NET_EVENT2;
Member
header
Informationen, die allen Ereignissen gemeinsam sind.
type
Typ: FWPM_NET_EVENT_TYPE
Art des Ereignisses.
ikeMmFailure
Typ: FWPM_NET_EVENT_IKEEXT_MM_FAILURE1*
Informationen zu einem IKE-Standard-Modusfehler.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_IKEEXT_MM_FAILURE ist.
ikeQmFailure
Typ: FWPM_NET_EVENT_IKEEXT_QM_FAILURE0*
Informationen zu einem IKE-Schnellmodusfehler.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_IKEEXT_QM_FAILURE ist.
ikeEmFailure
Typ: FWPM_NET_EVENT_IKEEXT_EM_FAILURE1*
Informationen zu einem IKE-Benutzermodusfehler.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_IKEEXT_EM_FAILURE ist.
classifyDrop
Typ: FWPM_NET_EVENT_CLASSIFY_DROP2*
Informationen zu einem Drop-Ereignis.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_CLASSIFY_DROP ist.
ipsecDrop
Typ: FWPM_NET_EVENT_IPSEC_KERNEL_DROP0*
Informationen zu einem IPsec-Kernelablageereignis.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_IPSEC_KERNEL_DROP ist.
idpDrop
Typ: FWPM_NET_EVENT_IPSEC_DOSP_DROP0*
Informationen zu einem IPsec DoS Protection-Ereignis.
Verfügbar, wenn der TypFWPM_NET_EVENT_IPSEC_DOSP_DROP ist.
classifyAllow
Typ: FWPM_NET_EVENT_CLASSIFY_ALLOW0*
Informationen zu einem Allow-Ereignis.
capabilityDrop
Typ: FWPM_NET_EVENT_CAPABILITY_DROP0*
Informationen zu einem funktionsbezogenen Dropereignis.
capabilityAllow
Typ: FWPM_NET_EVENT_CAPABILITY_ALLOW0*
Informationen zu einem funktionsbezogenen Allow-Ereignis.
classifyDropMac
Typ: FWPM_NET_EVENT_CLASSIFY_DROP_MAC0*
Informationen zu einem MAC-Layer-Drop-Ereignis.
Anforderungen
| Unterstützte Mindestversion (Client) | Windows 8 [nur Desktop-Apps] |
| Unterstützte Mindestversion (Server) | Windows Server 2012 [nur Desktop-Apps] |
| Kopfzeile | fwpmtypes.h |