Partager via


structure FWPM_STATISTICS0 (fwpmtypes.h)

La structure FWPM_STATISTICS0 stocke les statistiques relatives aux connexions à des couches spécifiques.

Syntaxe

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;

Membres

numLayerStatistics

Type : UINT32

Nombre de structures FWPM_LAYER_STATISTICS0 dans le membre layerStatistics .

layerStatistics

Type : FWPM_LAYER_STATISTICS0*

Statistiques liées à la couche.

inboundAllowedConnectionsV4

Type : UINT32

Nombre de connexions entrantes IPv4 autorisées.

inboundBlockedConnectionsV4

Type : UINT32

Nombre de connexions entrantes IPv4 bloquées.

outboundAllowedConnectionsV4

Type : UINT32

Nombre de connexions sortantes IPv4 autorisées.

outboundBlockedConnectionsV4

Type : UINT32

Nombre de connexions sortantes IPv4 bloquées.

inboundAllowedConnectionsV6

Type : UINT32

Nombre de connexions entrantes IPv6 autorisées.

inboundBlockedConnectionsV6

Type : UINT32

Nombre de connexions entrantes IPv6 bloquées.

outboundAllowedConnectionsV6

Type : UINT32

Nombre de connexions sortantes IPv6 autorisées.

outboundBlockedConnectionsV6

Type : UINT32

Nombre de connexions sortantes IPv6 bloquées.

inboundActiveConnectionsV4

Type : UINT32

Nombre de connexions entrantes IPv4 actives.

outboundActiveConnectionsV4

Type : UINT32

Nombre de connexions sortantes IPv4 actives.

inboundActiveConnectionsV6

Type : UINT32

Nombre de connexions entrantes IPv6 actives.

outboundActiveConnectionsV6

Type : UINT32

Nombre de connexions sortantes IPv6 actives.

reauthDirInbound

reauthDirOutbound

reauthFamilyV4

reauthFamilyV6

reauthProtoOther

reauthProtoIPv4

reauthProtoIPv6

reauthProtoICMP

reauthProtoICMP6

reauthProtoUDP

reauthProtoTCP

reauthReasonPolicyChange

reauthReasonNewArrivalInterface

reauthReasonNewNextHopInterface

reauthReasonProfileCrossing

reauthReasonClassifyCompletion

reauthReasonIPSecPropertiesChanged

reauthReasonMidStreamInspection

reauthReasonSocketPropertyChanged

reauthReasonNewInboundMCastBCastPacket

reauthReasonEDPPolicyChanged

reauthReasonProxyHandleChanged

Notes

FWPM_STATISTICS0 est une implémentation spécifique de FWPM_STATISTICS. Pour plus d’informations , voir PAM Version-Independent noms et Ciblage de versions spécifiques de Windows .

Spécifications

   
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête fwpmtypes.h

Voir aussi

FWPM_LAYER_STATISTICS0