The MIBICMPINFO structure contains Internet Control Message Protocol (ICMP) statistics for a particular computer.
typedef struct _MIBICMPINFO { MIBICMPSTATS icmpInStats; // stats for incoming messages MIBICMPSTATS icmpOutStats; // stats for outgoing messages } MIBICMPINFO;
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.