IApplicationObject::putref_Value

The IApplicationObject::putref_Value method stores an Automation object in the Application object. Equivalent to put_Value for non-Automation objects.

HRESULT putref_Value(
  BSTR bstrValue,
               //binary string that contains the name of the object
  VARIANT var  //VARIANT that contains the object reference
);
 
Parameters
bstrValue
A binary string that contains the name of the object to retrieve.
var
A variant that contains the reference to the Automation object.
Remarks

You can use this method to create a reference to an Automation object. You should be careful about using this method, because giving some Automation objects application scope will have a negative impact on server performance. For more information, see Selecting a Threading Model.


© 1997 by Microsoft Corporation. All rights reserved.