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.
HRESULT RangeStep(ULONG offStart, ULONG offEnd)
[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. |
S_OK Success.
E_FAIL The associated thread has terminated.
The [offStart, offEnd] range is an inclusive range.