0

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?

user3505712
  • 895
  • 1
  • 11
  • 20

1 Answers1

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