MIBICMPINFO

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;

Members

icmpInStats
Specifies an MIBICMPSTATS structure that contains the statistics for incoming ICMP messages.
icmpOutStats
Specifies an MIBICMPSTATS structure that contains the statistics for outgoing ICMP messages.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Iprtrmib.h.

See Also

MIB_ICMP, MIBICMPSTATS