Condividi tramite


struttura TCP_ESTATS_OBS_REC_RW_v0 (tcpestats.h)

La struttura TCP_ESTATS_OBS_REC_RW_v0 contiene informazioni di configurazione di lettura/scrittura per le statistiche TCP estese osservate nel ricevitore remoto per una connessione TCP.

Sintassi

typedef struct _TCP_ESTATS_OBS_REC_RW_v0 {
  BOOLEAN EnableCollection;
} TCP_ESTATS_OBS_REC_RW_v0, *PTCP_ESTATS_OBS_REC_RW_v0;

Members

EnableCollection

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

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

Lo stato predefinito per questo membro quando non è impostato è disabilitato.

Commenti

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

Il TCP_ESTATS_OBS_REC_RW_v0 è definito come versione 0 della struttura per le informazioni di configurazione di lettura/scrittura osservate nel ricevitore remoto per una connessione TCP.

Le statistiche TCP estese sulle informazioni sul ricevitore remoto per una connessione TCP sono abilitate e disabilitate usando questa struttura e le funzioni SetPerTcp6ConnectionEStats e SetPerTcpConnectionEStats quando TcpConnectionEstatsObsRec viene passato nel parametro EstatsType .

La struttura TCP_ESTATS_REC_RW_v0 viene recuperata dalle chiamate alle funzioni GetPerTcp6ConnectionEStats o GetPerTcpConnectionEStats quando TcpConnectionEstatsObsRec viene passato nel 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