Get Thread Handle below WinMe
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
How can I get a thread handle of a remote process below windows Me. I can get the Thread ID by enumerating process but I want it's assocaiated handle Thanks Ceri
I know nothing here -- but this seems like the kind of thing you shouldn't be able to do. Actual handles should be private to the application, unless they make em global? [just speaking out of my butt -- sorry]
-
I know nothing here -- but this seems like the kind of thing you shouldn't be able to do. Actual handles should be private to the application, unless they make em global? [just speaking out of my butt -- sorry]