The GetReturnValue method of the IRemoteThreadEx2 interface obtains the return value of a method that just returned. The return value is usable until execution resumes.
HRESULT GetReturnValue(IRemoteObject **pReturnValue)
[out] **pReturnValue | The return value of a method. |