Windows API to get netstat -s statistics [closed]

∥☆過路亽.° 提交于 2019-12-23 18:24:20

问题


I'm searching a windows API that return the same statistics of netstat -s


回答1:


You can use the GetIpStatistics() function.

See here for more information and example:

http://msdn.microsoft.com/en-us/library/aa365959(VS.85).aspx



来源:https://stackoverflow.com/questions/15707035/windows-api-to-get-netstat-s-statistics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!