Microsoft SDK for Java

IRemoteThread::
RangeStepIn

The RangeStepIn method of the IRemoteThread interface continues execution of this thread until the PC is outside the given range. The RangeStepIn method steps into method calls. CanStopEvent is called on entry to a called method. StepEvent is called when execution stepping is complete.

Syntax

HRESULT RangeStepIn(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.