Group: IP Helper - Library: iphlpapi
Retrieving statistics for the TCP protocol running on the local computer
DWORD GetTcpStatistics(
PMIB_TCPSTATS pStats // pointer to TCP stats
); DECLARE INTEGER GetTcpStatistics IN iphlpapi;
STRING @ pStats pStats [out] Pointer to a MIB_TCPSTATS structure that receives the TCP statistics for the local computer.
If the function succeeds, the return value is NO_ERROR (0).
Home