Hi,
I'm trying to use GetProcessIoCounters(). I've included the windows.h file (as MSDN says) and Kernel32.lib is in my link-settings too.
But when running the program I get the next error:
error LNK2001: unresolved external symbol __imp__GetProcessIoCounters@8
I cant understand why!!!
(I'm using visual studio 6 on windows XP.)
Please H E L P !