Can I get the thread ID of a thread of same application
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I need to get the Thread ID of another thread of the same application. The situation is like this, IEXPLORE.EXE loads my DLL (a thread) and it also has some other threads . I (my DLL) want to get the Thread ID of one of those threads (lets say an applet). Can I? Thanx in advance, Mahesh
-
I need to get the Thread ID of another thread of the same application. The situation is like this, IEXPLORE.EXE loads my DLL (a thread) and it also has some other threads . I (my DLL) want to get the Thread ID of one of those threads (lets say an applet). Can I? Thanx in advance, Mahesh
-
Thanx. kuphryn wrote: One solution is GetThreadId(). :omg: :confused: I have never seen such an API function.... Please get me more info pls... Thanx. Mahesh