table of contents
other versions
- wheezy 1.4.1-4
GetIcmpStatistics(3w) | Wine API | GetIcmpStatistics(3w) |
NAME¶
GetIcmpStatistics (IPHLPAPI.@)SYNOPSIS¶
DWORD GetIcmpStatistics(
PMIB_ICMP stats
)
DESCRIPTION¶
Get the ICMP statistics for the local computer.PARAMS¶
stats [Out] buffer for ICMP statistics.RETURNS¶
Success: NO_ERROR Failure: error code from Winerror.hIMPLEMENTATION¶
Declared in "iphlpapi.h". Implemented in "dlls/iphlpapi/ipstats.c". Debug channel "iphlpapi".Oct 2012 | Wine API |