I want to get a list with all the threads (except the main, GUI thread) from within my application in order to do some action(s) with them. (set priority, kill, pause etc.)
How to do that?
I want to get a list with all the threads (except the main, GUI
Share
You can use my TProcessInfo class: