GetProcessIoCounter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to use GetProcessIoCounters function. My Visual Studio C++ is Version 6 with SP5. The MSDN library tell me that it is included in winbase.h(IO_COUNTERS) but I cannot find this function or the structure. What's the problem???
 
I want to use GetProcessIoCounters function. My Visual Studio C++ is Version 6 with SP5. The MSDN library tell me that it is included in winbase.h(IO_COUNTERS) but I cannot find this function or the structure. What's the problem???

You probably need to obtain updated headers and libraries by
installing a recent copy of the Platform SDK (available freely from
the MS site).

Dave
 
Back
Top