FWPM_LAYER_STATISTICS0 结构 (fwpmtypes.h)
FWPM_LAYER_STATISTICS0结构存储与层相关的统计信息。
语法
typedef struct FWPM_LAYER_STATISTICS0_ {
GUID layerId;
UINT32 classifyPermitCount;
UINT32 classifyBlockCount;
UINT32 classifyVetoCount;
UINT32 numCacheEntries;
} FWPM_LAYER_STATISTICS0;
成员
layerId
类型: GUID
层的标识符。
classifyPermitCount
类型: UINT32
允许的连接数。
classifyBlockCount
类型: UINT32
阻止的连接数。
classifyVetoCount
类型: UINT32
被否决的连接数。
numCacheEntries
类型: UINT32
注解
FWPM_LAYER_STATISTICS0 是FWPM_LAYER_STATISTICS的具体实现。 有关详细信息 ,请参阅 WFP Version-Independent 名称和面向 Windows 的特定版本 。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
标头 | fwpmtypes.h |