The StepOut method of the IRemoteThread interface continues execution until the current method returns to its caller. The next instruction to be executed is the first instruction after the call in the calling method. StepEvent is called when execution is complete.
HRESULT StepOut(void)
S_OK Success.
E_FAIL The associated thread has terminated.