FWPM_STATISTICS0 结构 (fwpmtypes.h)
FWPM_STATISTICS0结构存储与特定层的连接相关的统计信息。
语法
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;
成员
numLayerStatistics
类型: UINT32
layerStatistics 成员中的FWPM_LAYER_STATISTICS0结构数。
layerStatistics
与层相关的统计信息。
inboundAllowedConnectionsV4
类型: UINT32
允许的 IPv4 入站连接数。
inboundBlockedConnectionsV4
类型: UINT32
阻止的 IPv4 入站连接数。
outboundAllowedConnectionsV4
类型: UINT32
允许的 IPv4 出站连接数。
outboundBlockedConnectionsV4
类型: UINT32
阻止的 IPv4 出站连接数。
inboundAllowedConnectionsV6
类型: UINT32
允许的 IPv6 入站连接数。
inboundBlockedConnectionsV6
类型: UINT32
阻止的 IPv6 入站连接数。
outboundAllowedConnectionsV6
类型: UINT32
允许的 IPv6 出站连接数。
outboundBlockedConnectionsV6
类型: UINT32
阻止的 IPv6 出站连接数。
inboundActiveConnectionsV4
类型: UINT32
活动 IPv4 入站连接数。
outboundActiveConnectionsV4
类型: UINT32
活动 IPv4 出站连接数。
inboundActiveConnectionsV6
类型: UINT32
活动 IPv6 入站连接数。
outboundActiveConnectionsV6
类型: UINT32
活动 IPv6 出站连接数。
reauthDirInbound
reauthDirOutbound
reauthFamilyV4
reauthFamilyV6
reauthProtoOther
reauthProtoIPv4
reauthProtoIPv6
reauthProtoICMP
reauthProtoICMP6
reauthProtoUDP
reauthProtoTCP
reauthReasonPolicyChange
reauthReasonNewArrivalInterface
reauthReasonNewNextHopInterface
reauthReasonProfileCrossing
reauthReasonClassifyCompletion
reauthReasonIPSecPropertiesChanged
reauthReasonMidStreamInspection
reauthReasonSocketPropertyChanged
reauthReasonNewInboundMCastBCastPacket
reauthReasonEDPPolicyChanged
reauthReasonProxyHandleChanged
备注
FWPM_STATISTICS0 是FWPM_STATISTICS的具体实现。 有关详细信息 ,请参阅 WFP Version-Independent 名称和面向 Windows 的特定版本 。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
标头 | fwpmtypes.h |