13.3.5 IApplicationObject::putref_Value

The IApplicationObject::putref_Value method stores an object in the Application object. Equivalent to the IApplicationObject::put_Value method for non-objects.
HRESULT putref_Value(
BSTR bstrValue,
VARIANT var
);
Parameters
- bstrValue
- A binary string that contains the name of the object to store.
- var
- A variant that contains the reference to the object.
Remarks
You can use this method to create a reference to an object. Giving some object application scope will have a negative impact on server performance, Scope and Threading for more information.
Copyright © 2000 Chili!Soft
|