I wrote some code that gets the name of the window, what the program id, and what the threads it is on. But some programs use the same threads...is that right?
Printable View
I wrote some code that gets the name of the window, what the program id, and what the threads it is on. But some programs use the same threads...is that right?
Don't quote me on this...
But I think different programs use the same Thread ID but that is local to their own process and the process ID is the only unique entity as far as the system is concerned as ThreadID is internal.