This method retrieves the value of a variable stored in the Session object.
HRESULT get_Value(
BSTR bstrValue,
//binary string that contains the variable name
VARIANT * pvar
//pointer to a VARIANT that receives the variable value
);
© Microsoft Corporation. All rights reserved.