estrutura FWPM_STATISTICS0 (fwpmtypes.h)

A estrutura FWPM_STATISTICS0 armazena estatísticas relacionadas a conexões em camadas específicas.

Sintaxe

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;

Membros

numLayerStatistics

Tipo: UINT32

Número de estruturas FWPM_LAYER_STATISTICS0 no membro layerStatistics .

layerStatistics

Tipo: FWPM_LAYER_STATISTICS0*

Estatísticas relacionadas à camada.

inboundAllowedConnectionsV4

Tipo: UINT32

Número de conexões de entrada IPv4 permitidas.

inboundBlockedConnectionsV4

Tipo: UINT32

Número de conexões de entrada IPv4 bloqueadas.

outboundAllowedConnectionsV4

Tipo: UINT32

Número de conexões de saída IPv4 permitidas.

outboundBlockedConnectionsV4

Tipo: UINT32

Número de conexões de saída IPv4 bloqueadas.

inboundAllowedConnectionsV6

Tipo: UINT32

Número de conexões de entrada IPv6 permitidas.

inboundBlockedConnectionsV6

Tipo: UINT32

Número de conexões de entrada IPv6 bloqueadas.

outboundAllowedConnectionsV6

Tipo: UINT32

Número de conexões de saída IPv6 permitidas.

outboundBlockedConnectionsV6

Tipo: UINT32

Número de conexões de saída IPv6 bloqueadas.

inboundActiveConnectionsV4

Tipo: UINT32

Número de conexões de entrada IPv4 ativas.

outboundActiveConnectionsV4

Tipo: UINT32

Número de conexões de saída IPv4 ativas.

inboundActiveConnectionsV6

Tipo: UINT32

Número de conexões de entrada IPv6 ativas.

outboundActiveConnectionsV6

Tipo: UINT32

Número de conexões de saída IPv6 ativas.

reauthDirInbound

reauthDirOutbound

reauthFamilyV4

reauthFamilyV6

reauthProtoOther

reauthProtoIPv4

reauthProtoIPv6

reauthProtoICMP

reauthProtoICMP6

reauthProtoUDP

reauthProtoTCP

reauthReasonPolicyChange

reauthReasonNewArrivalInterface

reauthReasonNewNextHopInterface

reauthReasonProfileCrossing

reauthReasonClassifyCompletion

reauthReasonIPSecPropertiesChanged

reauthReasonMidStreamInspection

reauthReasonSocketPropertyChanged

reauthReasonNewInboundMCastBCastPacket

reauthReasonEDPPolicyChanged

reauthReasonProxyHandleChanged

Comentários

FWPM_STATISTICS0 é uma implementação específica de FWPM_STATISTICS. Consulte Nomes de Version-Independent WFP e Direcionamento de versões específicas do Windows para obter mais informações.

Requisitos

   
Cliente mínimo com suporte Windows Vista [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2008 [somente aplicativos da área de trabalho]
Cabeçalho fwpmtypes.h

Confira também

FWPM_LAYER_STATISTICS0