Get process network statistics
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is there some API to get list of all sockets opened in my process (opened by 3rd party module) and get some usage statistics? (at least last data send/receive timestamp to detect active connections). Thank you.
Hi, Check out the GetTcpTable Function[^]or the GetExtendedTcpTable Function[^]. Best Wishes, -David Delaune