MIB_ICMP

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;

Members

stats
Specifies a MIBICMPINFO structure that contains the ICMP statistics for the computer.

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

GetIcmpStatistics, MIBICMPINFO