Microsoft SDK for Java

IRemoteThreadEx2::
GetReturnValue

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.

Syntax

HRESULT GetReturnValue(IRemoteObject **pReturnValue)

Parameters

[out] **pReturnValue The return value of a method.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.