Share via


FWPM_LAYER_STATISTICS0 struttura (fwpmtypes.h)

La struttura FWPM_LAYER_STATISTICS0 archivia le statistiche correlate a un livello.

Sintassi

typedef struct FWPM_LAYER_STATISTICS0_ {
  GUID   layerId;
  UINT32 classifyPermitCount;
  UINT32 classifyBlockCount;
  UINT32 classifyVetoCount;
  UINT32 numCacheEntries;
} FWPM_LAYER_STATISTICS0;

Members

layerId

Tipo: GUID

Identificatore del livello.

classifyPermitCount

Tipo: UINT32

Numero di connessioni consentite.

classifyBlockCount

Tipo: UINT32

Numero di connessioni bloccate.

classifyVetoCount

Tipo: UINT32

Numero di connessioni veto.

numCacheEntries

Tipo: UINT32

Commenti

FWPM_LAYER_STATISTICS0 è un'implementazione specifica di FWPM_LAYER_STATISTICS. Per altre informazioni , vedere Nomi Version-Independent WFP e Versioni specifiche di Windows .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione fwpmtypes.h

Vedi anche

FWPM_STATISTICS0