Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

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: IApplicationObject::putref_Value

bstrValue

A binary string that contains the name of the object to store.

var

A variant that contains the reference to the object.

Remarks: IApplicationObject::putref_Value

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. See Scope and Threading for more information.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.