Decrements a thread's suspend count.
DWORD ResumeThread( HANDLE hThread ); DWORD RtResumeThread( HANDLE hThread );
hThread
This function checks the subject thread's suspend count.
If the suspend count is zero, the thread does not suspend. Otherwise, the subject thread's suspend count decrements. If the resulting value is zero, the subject thread's execution resumes.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/iwin32.h intime/rt/include/winbase.h |
iwin32.h windows.h |
iwin32.lib |
Notes
SuspendThread, iwin32 API, iwin32 Overview