TheMillionDollarMan
Programmer
Hi.
I am trying to build a console app that takes a snap shot of the current running processes and saves the info to a file.
However I get this complier error:
PROCESSENTRY32: undeclared identifier
It can be found in the header Tlhelp32.h.
I read the help for error code C2065 but it didn't help.
Can someone explain to me how I can resolve this error message?
Thanks
D