The IApplicationObject::put_Value method stores a variant in the Application object.
HRESULT put_Value(
BSTR bstrValue,
VARIANT var
);
bstrValue
A binary name that contains the name of the variable.
var
A variant that contains the variable value.
If the variant being stored is an object, Chili!Soft ASP will attempt to store the default value of that object into the application. If Chili!Soft ASP cannot get the default value, the call will fail.
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.