FWPM_LAYER_STATISTICS0 structure (fwpmtypes.h)
The FWPM_LAYER_STATISTICS0 structure stores statistics related to a layer.
Syntax
typedef struct FWPM_LAYER_STATISTICS0_ {
GUID layerId;
UINT32 classifyPermitCount;
UINT32 classifyBlockCount;
UINT32 classifyVetoCount;
UINT32 numCacheEntries;
} FWPM_LAYER_STATISTICS0;
Members
layerId
Type: GUID
Identifier of the layer.
classifyPermitCount
Type: UINT32
Number of permitted connections.
classifyBlockCount
Type: UINT32
Number of blocked connections.
classifyVetoCount
Type: UINT32
Number of vetoed connections.
numCacheEntries
Type: UINT32
Remarks
FWPM_LAYER_STATISTICS0 is a specific implementation of FWPM_LAYER_STATISTICS. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | fwpmtypes.h |