FWPM_STATISTICS0-Struktur (fwpmtypes.h)
Die FWPM_STATISTICS0-Struktur speichert Statistiken zu Verbindungen auf bestimmten Ebenen.
Syntax
typedef struct FWPM_STATISTICS0_ {
UINT32 numLayerStatistics;
FWPM_LAYER_STATISTICS0 *layerStatistics;
UINT32 inboundAllowedConnectionsV4;
UINT32 inboundBlockedConnectionsV4;
UINT32 outboundAllowedConnectionsV4;
UINT32 outboundBlockedConnectionsV4;
UINT32 inboundAllowedConnectionsV6;
UINT32 inboundBlockedConnectionsV6;
UINT32 outboundAllowedConnectionsV6;
UINT32 outboundBlockedConnectionsV6;
UINT32 inboundActiveConnectionsV4;
UINT32 outboundActiveConnectionsV4;
UINT32 inboundActiveConnectionsV6;
UINT32 outboundActiveConnectionsV6;
UINT64 reauthDirInbound;
UINT64 reauthDirOutbound;
UINT64 reauthFamilyV4;
UINT64 reauthFamilyV6;
UINT64 reauthProtoOther;
UINT64 reauthProtoIPv4;
UINT64 reauthProtoIPv6;
UINT64 reauthProtoICMP;
UINT64 reauthProtoICMP6;
UINT64 reauthProtoUDP;
UINT64 reauthProtoTCP;
UINT64 reauthReasonPolicyChange;
UINT64 reauthReasonNewArrivalInterface;
UINT64 reauthReasonNewNextHopInterface;
UINT64 reauthReasonProfileCrossing;
UINT64 reauthReasonClassifyCompletion;
UINT64 reauthReasonIPSecPropertiesChanged;
UINT64 reauthReasonMidStreamInspection;
UINT64 reauthReasonSocketPropertyChanged;
UINT64 reauthReasonNewInboundMCastBCastPacket;
UINT64 reauthReasonEDPPolicyChanged;
UINT64 reauthReasonProxyHandleChanged;
} FWPM_STATISTICS0;
Member
numLayerStatistics
Typ: UINT32
Anzahl der FWPM_LAYER_STATISTICS0 Strukturen im layerStatistics-Element .
layerStatistics
Typ: FWPM_LAYER_STATISTICS0*
Statistiken im Zusammenhang mit der Ebene.
inboundAllowedConnectionsV4
Typ: UINT32
Anzahl der zulässigen eingehenden IPv4-Verbindungen.
inboundBlockedConnectionsV4
Typ: UINT32
Anzahl der blockierten eingehenden IPv4-Verbindungen.
outboundAllowedConnectionsV4
Typ: UINT32
Anzahl der zulässigen ausgehenden IPv4-Verbindungen.
outboundBlockedConnectionsV4
Typ: UINT32
Anzahl der blockierten ausgehenden IPv4-Verbindungen.
inboundAllowedConnectionsV6
Typ: UINT32
Anzahl der zulässigen eingehenden IPv6-Verbindungen.
inboundBlockedConnectionsV6
Typ: UINT32
Anzahl der blockierten eingehenden IPv6-Verbindungen.
outboundAllowedConnectionsV6
Typ: UINT32
Anzahl der zulässigen ausgehenden IPv6-Verbindungen.
outboundBlockedConnectionsV6
Typ: UINT32
Anzahl der blockierten ausgehenden IPv6-Verbindungen.
inboundActiveConnectionsV4
Typ: UINT32
Anzahl der aktiven eingehenden IPv4-Verbindungen.
outboundActiveConnectionsV4
Typ: UINT32
Anzahl der aktiven ausgehenden IPv4-Verbindungen.
inboundActiveConnectionsV6
Typ: UINT32
Anzahl der aktiven eingehenden IPv6-Verbindungen.
outboundActiveConnectionsV6
Typ: UINT32
Anzahl der aktiven ausgehenden IPv6-Verbindungen.
reauthDirInbound
reauthDirOutbound
reauthFamilyV4
reauthFamilyV6
reauthProtoOther
reauthProtoIPv4
reauthProtoIPv6
reauthProtoICMP
reauthProtoICMP6
reauthProtoUDP
reauthProtoTCP
reauthReasonPolicyChange
reauthReasonNewArrivalInterface
reauthReasonNewNextHopInterface
reauthReasonProfileCrossing
reauthReasonClassifyCompletion
reauthReasonIPSecPropertiesChanged
reauthReasonMidStreamInspection
reauthReasonSocketPropertyChanged
reauthReasonNewInboundMCastBCastPacket
reauthReasonEDPPolicyChanged
reauthReasonProxyHandleChanged
Hinweise
FWPM_STATISTICS0 ist eine spezifische Implementierung von FWPM_STATISTICS. Weitere Informationen finden Sie unter WFP-Version-Independent Namen und Spezifische Windows-Versionen .
Anforderungen
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | fwpmtypes.h |