The MIB_ICMP structure contains the ICMP statistics. This structure is used in MIB_OPAQUE_INFO (section 2.2.1.2.52) structure.
typedef struct _MIB_ICMP {
MIBICMPINFO stats;
} MIB_ICMP,
*PMIB_ICMP;
stats: An MIBICMPINFO (section 2.2.1.2.26) structure that contains the ICMP statistics.