Microsoft SDK for Java

IRemoteThread::
Resume

The Resume method of the IRemoteThread interface resumes execution of this thread after it was suspended by a previous call to Suspend.

Syntax

HRESULT Resume(void)

Return Value

S_OK Success. 

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.