Freigeben über


FWPM_NET_EVENT5-Struktur (fwpmtypes.h)

Die FWPM_NET_EVENT5-Struktur enthält Informationen zu allen Ereignistypen. FWPM_NET_EVENT4, FWPM_NET_EVENT3 und FWPM_NET_EVENT2 sind 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_EVENT5_ {
  FWPM_NET_EVENT_HEADER3 header;
  FWPM_NET_EVENT_TYPE    type;
  union {
    FWPM_NET_EVENT_IKEEXT_MM_FAILURE2  *ikeMmFailure;
    FWPM_NET_EVENT_IKEEXT_QM_FAILURE1  *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_EVENT_LPM_PACKET_ARRIVAL0 *lpmPacketArrival;
  };
} FWPM_NET_EVENT5;

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.

lpmPacketArrival

TBD

Anforderungen

Anforderung Wert
Header fwpmtypes.h

Weitere Informationen

API-Strukturen der Windows-Filterplattform