The MIB_ICMP structure contains the Internet Control Message Protocol (ICMP) statistics for a particular computer.
typedef struct _MIB_ICMP { MIBICMPINFO stats; // contains ICMP stats } MIB_ICMP,*PMIB_ICMP;
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.