Struttura MIBICMPINFO (ipmib.h)
La struttura MIBICMPINFO contiene statistiche ICMP (Internet Control Message Protocol) per un determinato computer.
Sintassi
typedef struct _MIBICMPINFO {
MIBICMPSTATS icmpInStats;
MIBICMPSTATS icmpOutStats;
} MIBICMPINFO;
Members
icmpInStats
Struttura MIBICMPSTATS che contiene le statistiche per i messaggi ICMP in ingresso.
icmpOutStats
Struttura MIBICMPSTATS che contiene le statistiche per i messaggi ICMP in uscita.
Commenti
Sono necessarie due strutture MIBICMPSTATS per contenere tutte le statistiche ICMP per un determinato computer. Una struttura MIBICMPSTATS contiene le statistiche per i messaggi ICMP in ingresso. L'altro contiene le statistiche per i messaggi ICMP in uscita. Per questo motivo, la struttura MIBICMPINFO contiene due strutture MIBICMPSTATS .
In Microsoft Windows Software Development Kit (SDK) rilasciato per Windows Vista e versioni successive, l'organizzazione dei file di intestazione è stata modificata e la struttura MIBICMPINFO è definita nel file di intestazione Ipmib.h non nel file di intestazione Iprtrmib.h . Si noti che il file di intestazione Ipmib.h viene automaticamente incluso in Iprtrmib.h , incluso automaticamente nel file di intestazione Iphlpapi.h . I file di intestazione Ipmib.h e Iprtrmib.h non devono mai essere usati direttamente.
Requisiti
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | ipmib.h (include Iphlpapi.h) |