FWPM_NET_EVENT3-Struktur (fwpmtypes.h)
Die FWPM_NET_EVENT3-Struktur enthält Informationen zu allen Ereignistypen. FWPM_NET_EVENT2 ist verfügbar. Für Windows 7 ist FWPM_NET_EVENT1 verfügbar. Für Windows Vista ist FWPM_NET_EVENT0 verfügbar.
Syntax
typedef struct FWPM_NET_EVENT3_ {
FWPM_NET_EVENT_HEADER3 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_EVENT3;
Member
header
Informationen, die allen Ereignissen gemeinsam sind.
type
Art des Ereignisses.
ikeMmFailure
Informationen zu einem IKE-Standard-Modusfehler.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_IKEEXT_MM_FAILURE ist.
ikeQmFailure
Informationen zu einem IKE-Schnellmodusfehler.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_IKEEXT_QM_FAILURE ist.
ikeEmFailure
Informationen zu einem IKE-Benutzermodusfehler.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_IKEEXT_EM_FAILURE ist.
classifyDrop
Informationen zu einem Drop-Ereignis.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_CLASSIFY_DROP ist.
ipsecDrop
Informationen zu einem IPsec-Kernel-Drop-Ereignis.
Verfügbar, wenn der TypFWPM_NET_EVENT_TYPE_IPSEC_KERNEL_DROP ist.
idpDrop
Informationen zu einem IPsec DoS Protection-Ereignis.
Verfügbar, wenn der TypFWPM_NET_EVENT_IPSEC_DOSP_DROP ist.
classifyAllow
Informationen zu einem Allow-Ereignis.
capabilityDrop
Informationen zu einem funktionsbezogenen Drop-Ereignis.
capabilityAllow
Informationen zu einem funktionsbezogenen Allow-Ereignis.
classifyDropMac
Informationen zu einem MAC-Layer-Drop-Ereignis.
Anforderungen
Unterstützte Mindestversion (Client) | Windows 10, Version 1607 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2016 [nur Desktop-Apps] |
Kopfzeile | fwpmtypes.h |