I'm using CreateProcess to start an external application that I have no code for. The CreateProcess function provides me whit a PROCESS_INFORMATION structure so i get the process id and handle for it. I now want to get the thredID for all the threads that runs in that process.

Any tipps how i can do this?