GetIpStatisticsEx (Windows CE 5.0)

Send Feedback

This function retrieves the Internet Protocol (IP) statistics for the current computer. This function differs from the GetIpStatistics function in that this function also supports the Internet Protocol version 6 (IPv6) protocol family.

DWORD GetIpStatisticsEx(PMIB_IPSTATS pStats,DWORD dwFamily);

Parameters

  • pStats
    [out] Pointer to a MIB_IPSTATS structure containing the IP statistics for the local computer.
  • dwFamily
    [in] The protocol family for which to retrieve statistics. The following table shows the possible values for this parameter.
    Value Description
    AF_INET Internet Protocol version 4 (IPv4).
    AF_INET6 Internet Protocol version 6 (IPv6).

Return Values

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

OS Versions: Windows CE 3.1 and later.
Header: Iphlpapi.h.
Link Library: Iphlpapi.lib.

See Also

IP Helper Functions | MIB_IPSTATS | GetIpStatistics

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.