A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



GetIcmpStatistics

The GetIcmpStatistics function retrieves the Internet Control Message Protocol (ICMP) statistics for the local computer.

VB4-32,5,6
Declare Function GetIcmpStatistics Lib "iphlpapi" (pStats As MIBICMPINFO) As Long

Operating Systems Supported
Requires Windows NT 4.0 or later; Requires Windows 98 or later

Library
Iphlpapi

Parameter Information
- pStats
[out] Pointer to a MIB_ICMP structure that receives the ICMP statistics for the local computer.

Return Values
If the function succeeds, the return value is NO_ERROR.

If the function fails, use FormatMessage to obtain the message string for the returned error.

Last update: 07 April 2006