The GetValue method of the IRemoteXXXXObject interface returns the value of a Java primitive type variable.
HRESULT GetValue(<variable_type> *pvalue)
[out] *pvalue | Returns the value of this Java primitive type variable. |
S_OK Success.
E_NOTINITIALIZED The variable's value has not yet been set.