13.10.8 ISessionObject::putref_Value

The ISessionObject::putref_Value method stores a COM object in the Session object. This method is equivalent to ISessionObject::put_Value for non-COM objects.
HRESULT putref_Value(
BSTR bstrValue,
VARIANT var
);
Parameters
- bstrValue
- A binary string that contains the new variable name.
- var
- A variant to store in the variable.
Remarks
Before you store an object in the Session object, you should know what threading model it uses. For more information, see the section on Scope and Threading.
Copyright © 2000 Chili!Soft
|