The Suspend method of the IRemoteThread interface suspends execution of this thread.
HRESULT Suspend(void)
S_OK Success.
E_FAIL Failure.
Suspending a thread's execution is a reference counted operation. Resume must be called on a thread the same number of times that Suspend has been called on it before the thread's execution resumes.