Check if process thread is suspended

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
whynotregister
Posts: 147
Joined: 05 Nov 2016, 22:42

Check if process thread is suspended

11 Dec 2017, 06:53

How can I know if a Specific thread id is suspended?
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: Check if process thread is suspended

12 Dec 2017, 04:20

short way: ThreadState in Win32_Thread

faster but more complicated way: SystemProcessesAndThreadsInformation (enum -> 5) in NtQuerySystemInformation function
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
whynotregister
Posts: 147
Joined: 05 Nov 2016, 22:42

Re: Check if process thread is suspended

12 Dec 2017, 11:19

jNizM wrote:short way: ThreadState in Win32_Thread

faster but more complicated way: SystemProcessesAndThreadsInformation (enum -> 5) in NtQuerySystemInformation function
difficult. Thank you. :bravo:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], roeleboele and 397 guests