To start with, I'm basically looking to printf the current processes (windows) to the console.
Preferably something like this:
I know you have to enumerate the processes somehow, but I couldn't find any existing sources to take a look at.Code:for (int i = 0; i < numOfProcs; i++) printf("%s", process)
Thanks in advance.



LinkBack URL
About LinkBacks



