Microsoft SDK for Java

IRemoteThread::
Step

The Step method of the IRemoteThread interface steps over the current bytecode instruction in an interpreted method or the current source line in a JIT-compiled method. The Step method steps over method calls. StepEvent is called when execution is complete.

Syntax

HRESULT Step(void)

Return Value

S_OK Success. 

E_FAIL The associated thread has terminated.

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