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

 

IScriptingContext::get_Application

The IScriptingContext::get_Application method retrieves a pointer to the IApplicationObject interface of the Application object.

HRESULT get_Application(

IApplicationObject ** ppApplication

);

Parameters: IScriptingContext::get_Application

ppApplication

Points to an IApplicationObject interface.

Remarks: IScriptingContext::get_Application

You can use IApplicationObject interface to gain access to variables and objects that have been given application scope. IApplicationObject also exposes methods to lock and unlock an application to prevent concurrent access to application objects and variables.

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