I have created an additional thread in some small testing app and want to suspend the main thread from this additional thread. The additional thread is created via CreateRemoteThread
from an external process.
Since SuspendThread
needs a HANDLE
to the thread which should be suspended, I want to know how to get this HANDLE
from code running in my additional thread.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…