MIBICMPINFO (Windows CE 5.0)

Send Feedback

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

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.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.

See Also

IP Helper Structures | MIB_ICMP | MIBICMPSTATS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.