Microsoft SDK for Java

IRemoteXXXXObject::
GetValue

The GetValue method of the IRemoteXXXXObject interface returns the value of a Java primitive type variable.

Syntax

HRESULT GetValue(<variable_type> *pvalue)

Parameters

[out] *pvalue Returns the value of this Java primitive type variable.

Return Value

S_OK Success. 

E_NOTINITIALIZED The variable's value has not yet been set.

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