Microsoft SDK for Java

IRemoteThread::
Suspend

The Suspend method of the IRemoteThread interface suspends execution of this thread.

Syntax

HRESULT Suspend(void)

Return Value

S_OK Success. 

E_FAIL Failure.

Remarks

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.