IRemoteThreadEx2 extends IRemoteThreadEx with one method. It obtains the return value of a method that just returned, which is usable until execution resumes. This is useful only after a StepOut, or a step at the return site of the method.
Stepping over a method call will not provide the return value. To obtain the return value in that case, the debugger must manually step in and out of each call in the source line.
// Methods GetReturnValue