Microsoft SDK for Java

IRemoteThread::
RangeStep

The RangeStep method of the IRemoteThread interface continues execution of this thread until the PC is outside the given range. The RangeStep method steps over method calls. IRemoteProcessCallbackEx2::StepEvent is called when execution stepping is complete.

Syntax

HRESULT RangeStep(ULONG offStart, ULONG offEnd)

Parameters

[in] offStart The starting bytecode offset from the beginning of the current method. 
[in] offEnd The ending bytecode offset from the beginning of the current method.

Return Value

S_OK Success. 

E_FAIL The associated thread has terminated.

Remarks

The [offStart, offEnd] range is an inclusive range.

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