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 [デスクトップ アプリのみ] |
Header | fwpmtypes.h |