GetIcmpStatisticsEx (Windows Embedded CE 6.0)
1/6/2010
This function retrieves the Internet Control Message Protocol (ICMP) statistics for the current computer. This function differs from the GetIcmpStatistics function in that this function also supports the Internet Protocol version 6 (IPv6) protocol family.
Syntax
DWORD GetIcmpStatisticsEx(
PMIB_ICMP pStats,
DWORD dwFamily
);
Parameters
- pStats
[out] Pointer to a MIB_ICMP structure containing the ICMP statistics for the local computer.
dwFamily
[in] The protocol family for which to retrieve statistics. The following table shows the possible values.Value Description AF_INET
Internet Protocol version 4 (IPv4).
AF_INET6
Internet Protocol version 6 (IPv6).
Return Value
Returns NO_ERROR if successful. If the function fails, it returns an error code. For a complete list of error codes, see Error Values or the SDK header file Winerror.h.
Requirements
Header | iphlpapi.h |
Library | Iphlpapi.lib |
Windows Embedded CE | Windows CE .NET 4.1 and later |