Post by Denis @ TheOffice There is no EnumThread if I am not mistaken Is there anybody who knows How
do we do that though?
You can use the ToolHelp library. You'd use CreateToolhelp32Snapshot to start, Process32First and Process32Next to find the target process, and Thread32First and Thread32Next to walk through its threads.
--
- Gary Chanson (Windows SDK MVP) - Abolish Public Schools
Post by Denis @ TheOffice There is no EnumThread if I am not mistaken Is there anybody who knows How
do we do that though? You can use the ToolHelp library. You'd use CreateToolhelp32Snapshot to start, Process32First and Process32Next to find the target process, and Thread32First and Thread32Next to walk through its threads. -- - Gary Chanson (Windows SDK MVP) - Abolish Public Schools