Scroll to navigation

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.h
 

IMPLEMENTATION

Declared in "iphlpapi.h".
Implemented in "dlls/iphlpapi/ipstats.c".
Debug channel "iphlpapi".
Oct 2012 Wine API