Condividi tramite


TCP_ESTATS_REC_RW_v0 struttura (tcpestats.h)

La struttura TCP_ESTATS_REC_RW_v0 contiene informazioni di configurazione di lettura/scrittura per le statistiche TCP estese sul ricevitore locale per una connessione TCP.

Sintassi

typedef struct _TCP_ESTATS_REC_RW_v0 {
  BOOLEAN EnableCollection;
} TCP_ESTATS_REC_RW_v0, *PTCP_ESTATS_REC_RW_v0;

Members

EnableCollection

Valore che indica se le statistiche estese su una connessione TCP devono essere raccolte per informazioni sul ricevitore locale.

Se questo membro è impostato su TRUE, le statistiche estese sulla connessione TCP sono abilitate. Se questo membro è impostato su FALSE, le statistiche estese sulla connessione TCP sono disabilitate.

Stato predefinito per questo membro quando non è disabilitato.

Commenti

La struttura TCP_ESTATS_REC_RW_v0 viene usata come parte della funzionalità delle statistiche estese TCP disponibile in Windows Vista e versioni successive.

Il TCP_ESTATS_REC_RW_v0 è definito come versione 0 della struttura per informazioni di configurazione di lettura/scrittura nel ricevitore locale per una connessione TCP.

Le statistiche TCP estese sulle informazioni sul ricevitore locale per una connessione TCP sono abilitate e disabilitate usando questa struttura e il parametro SetPerTcp6ConnectionEStats e SetPerTcpConnectionEStats quando TcpConnectionEstatsRec viene passato nel parametro EstatsType .

La struttura TCP_ESTATS_REC_RW_v0 viene recuperata dalle chiamate al parametro GetPerTcp6ConnectionEStats o GetPerTcpConnectionEStats quando TcpConnectionEstatsRec viene passato al parametro EstatsType.

Requisiti

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

Vedi anche

GetPerTcp6ConnectionEStats

GetPerTcpConnectionEStats

SetPerTcp6ConnectionEStats

SetPerTcpConnectionEStats

TCP_ESTATS_TYPE