Share via


estructura de FWPM_STATISTICS0 (fwpmtypes.h)

La estructura FWPM_STATISTICS0 almacena estadísticas relacionadas con las conexiones en capas específicas.

Sintaxis

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;

Miembros

numLayerStatistics

Tipo: UINT32

Número de estructuras de FWPM_LAYER_STATISTICS0 en el miembro layerStatistics .

layerStatistics

Tipo: FWPM_LAYER_STATISTICS0*

Estadísticas relacionadas con la capa.

inboundAllowedConnectionsV4

Tipo: UINT32

Número de conexiones entrantes IPv4 permitidas.

inboundBlockedConnectionsV4

Tipo: UINT32

Número de conexiones entrantes IPv4 bloqueadas.

outboundAllowedConnectionsV4

Tipo: UINT32

Número de conexiones salientes IPv4 permitidas.

outboundBlockedConnectionsV4

Tipo: UINT32

Número de conexiones salientes IPv4 bloqueadas.

inboundAllowedConnectionsV6

Tipo: UINT32

Número de conexiones entrantes IPv6 permitidas.

inboundBlockedConnectionsV6

Tipo: UINT32

Número de conexiones entrantes IPv6 bloqueadas.

outboundAllowedConnectionsV6

Tipo: UINT32

Número de conexiones salientes IPv6 permitidas.

outboundBlockedConnectionsV6

Tipo: UINT32

Número de conexiones salientes IPv6 bloqueadas.

inboundActiveConnectionsV4

Tipo: UINT32

Número de conexiones entrantes IPv4 activas.

outboundActiveConnectionsV4

Tipo: UINT32

Número de conexiones salientes IPv4 activas.

inboundActiveConnectionsV6

Tipo: UINT32

Número de conexiones entrantes IPv6 activas.

outboundActiveConnectionsV6

Tipo: UINT32

Número de conexiones salientes IPv6 activas.

reauthDirInbound

reauthDirOutbound

reauthFamilyV4

reauthFamilyV6

reauthProtoOther

reauthProtoIPv4

reauthProtoIPv6

reauthProtoICMP

reauthProtoICMP6

reauthProtoUDP

reauthProtoTCP

reauthReasonPolicyChange

reauthReasonNewArrivalInterface

reauthReasonNewNextHopInterface

reauthReasonProfileCrossing

reauthReasonClassifyCompletion

reauthReasonIPSecPropertiesChanged

reauthReasonMidStreamInspection

reauthReasonSocketPropertyChanged

reauthReasonNewInboundMCastBCastPacket

reauthReasonEDPPolicyChanged

reauthReasonProxyHandleChanged

Comentarios

FWPM_STATISTICS0 es una implementación específica de FWPM_STATISTICS. Para obtener más información, consulte NOMBRES de PMA Version-Independent y versiones específicas de destino de Windows .

Requisitos

   
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado fwpmtypes.h

Consulte también

FWPM_LAYER_STATISTICS0