i want to check check internet speed/bandwidth of my computer in vc++ how should i check it? is there any wmi class there in vc++ for getting speed of internet or function/api which gives internet bandwidth/speed?
Asked
Active
Viewed 2,554 times
1 Answers
1
The Win32_PerfRawData_Tcpip_NetworkInterface raw performance data class provides raw data from performance counters that monitor the rates at which bytes and packets are sent and received over a TCP/IP network connection. It includes counters that monitor connection errors.

Ricky
- 2,323
- 6
- 22
- 22