Suspends the specified thread.
DWORD SuspendThread(
    HANDLE hThread
DWORD RtSuspendThread(
    HANDLE hThread
);
hThread 
If the function succeeds, the specified thread's execution suspends and the thread's suspend count increments.
Suspending a thread causes the thread to stop executing user-mode (application) code.
ResumeThread decrements a a suspended thread's suspend count.
| 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 | 
Note
ResumeThread, iwin32 API, iwin32 Overview