MIBICMPINFO (Compact 2013)

3/26/2014

This structure contains Internet Control Message Protocol (ICMP) statistics for a particular device.

Syntax

typedef struct _MIBICMPINFO {
  MIBICMPSTATS icmpInStats; 
  MIBICMPSTATS icmpOutStats; 
} MIBICMPINFO;

Members

  • icmpInStats
    An MIBICMPSTATS structure that contains the statistics for incoming ICMP messages.
  • icmpOutStats
    An MIBICMPSTATS structure that contains the statistics for outgoing ICMP messages.

Remarks

Two MIBICMPSTATS structures are required to hold all the ICMP statistics for a given device. One MIBICMPSTATS structure contains the statistics for incoming ICMP messages. The other contains the statistics for outgoing ICMP messages. For this reason, the MIBICMPINFO structure contains two MIBICMPSTATS structures.

The header file organization has changed and the MIBICMPINFO structure is defined in the Ipmib.h header file instead of in the Iprtrmib.h header file. Note that the Ipmib.h header file is automatically included in Iprtrmib.h, which is automatically included in the Iphlpapi.h header file. The Ipmib.h and Iprtrmib.h header files should never be used directly.

Requirements

Header

iprtrmib.h,
ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
IP Helper Structures
MIB_ICMP
MIBICMPSTATS
MIB_ICMP_EX
MIBICMPSTATS_EX