The Resume method of the IRemoteThread interface resumes execution of this thread after it was suspended by a previous call to Suspend.
HRESULT Resume(void)
S_OK Success.
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.