Microsoft SDK for Java

IRemoteThread::
StepOut

The StepOut method of the IRemoteThread interface continues execution until the current method returns to its caller. The next instruction to be executed is the first instruction after the call in the calling method. StepEvent is called when execution is complete.

Syntax

HRESULT StepOut(void)

Return Value

S_OK Success. 

E_FAIL The associated thread has terminated.

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