MIB_ICMP_EX (Compact 2013)
3/26/2014
This structure contains the extended ICMP statistics for a particular device.
Syntax
typedef struct _MIB_ICMP_EX {
MIBICMPSTATS_EX icmpInStats;
MIBICMPSTATS_EX icmpOutStats;
} MIB_ICMP_EX,
*PMIB_ICMP_EX;
Members
- icmpInStats
Specifies a MIBICMPSTATS_EX structure that contains the extended statistics for incoming ICMP messages.
- icmpOutStats
Specifies an MIBICMPSTATS_EX structure that contains the extended statistics for outgoing ICMP messages.
Remarks
The MIB_ICMP_EX structure contains two MIBICMPSTATS_EX structures to hold all the extended ICMP statistics for a given computer. One MIBICMPSTATS_EX structure contains the extended statistics for incoming ICMP messages and the other MIBICMPSTATS_EX structure contains the extended statistics for outgoing ICMP messages.
Requirements
Header |
ws2def.h, |
See Also
Reference
MIB Structures
GetIcmpStatistics
MIB_ICMP
MIBICMPINFO
MIBICMPSTATS
MIBICMPSTATS_EX