How can I findout how much data has gone through a network interface? I.e. What it shows in the adapter properties window on XP.
Thanks!
Sat, 30 Jul 2005 20:54:35 GMT
arkady #2 / 3
Network data transfer stats
Look at GetTcpStatistics()/GetUdpStatistics()/GetIcmStatistics() of IPHLPAPI Arkady
Quote:
> Hi!
> How can I findout how much data has gone through a network interface? I.e. > What it shows in the adapter properties window on XP.
> Thanks!
Sat, 30 Jul 2005 21:10:09 GMT
Randy Birc #3 / 3
Network data transfer stats
http://www.mvps.org/vbnet/code/network/gettcpstatistics.htm for starts.
--
Randy Birch MVP Visual Basic http://www.mvps.org/vbnet/ Please respond only to the newsgroups so all can benefit.
# Hi! # # How can I findout how much data has gone through a network interface? I.e. # What it shows in the adapter properties window on XP. # # Thanks! # #