table of contents
other versions
- wheezy 1.4.1-4
GetTcpStatistics(3w) | Wine API | GetTcpStatistics(3w) |
NAME¶
GetTcpStatistics (IPHLPAPI.@)SYNOPSIS¶
DWORD GetTcpStatistics(
PMIB_TCPSTATS stats
)
DESCRIPTION¶
Get the TCP statistics for the local computer.PARAMS¶
stats [Out] buffer for TCP 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 |