I'm looking for the underlying API calls that netstat -b is using to determine the owning processes for each socket. Any ideas?
views:
93answers:
1
+2
A:
You need to look at the IPHelper APIs, in this case specifically GetExtendedTcpTable and GetOwnerModuleFromTcpEntry
Stewart
2010-04-24 03:00:53
Thanks, that's what I need!
Stabledog
2010-04-24 03:03:25