Hi!

i want to enumarate all the windows for a given process (another process, not my process), how can i do that?

i now i can do it using EnumThreadWindows, but how can i obtain the Thread for a given process? (not MY process, GetCurrentThread() is not good).

thanks in advance.