Share via


MIBICMPSTATS_EX (Compact 2013)

3/26/2014

This structure contains extended statistics for either incoming or outgoing Internet Control Message Protocol (ICMP) messages on a particular device.

Syntax

typedef struct _MIBICMPSTATS_EX {
  DWORD dwMsgs;
  DWORD dwErrors;
  DWORD rgdwTypeCount[256];
} MIBICMPSTATS_EX,
  *PMIBICMPSTATS_EX;

Members

  • dwMsgs
    Specifies the number of messages that are received or sent.
  • dwErrors
    The number of errors received or sent.
  • rgdwTypeCount
    The type count.

Remarks

Two MIBICMPSTATS_EX structures are required to hold all the extended ICMP statistics for a given computer. One MIBICMPSTATS_EX structure contains the extended statistics for incoming ICMP messages. The other contains the extended statistics for outgoing ICMP messages. Therefore, the MIB_ICMP_EX structure contains two MIBICMPSTATS_EX structures.

Requirements

Header

ws2def.h,
ws2ipdef.h

See Also

Reference

MIB Structures
MIB_ICMP
MIB_ICMP_EX
MIBICMPINFO
MIBICMPSTATS