Previous PageNext Page

13.3 IApplicationObject Interface

The IApplicationObject interface exposes the methods of the Application object.
 

IApplicationObject::get_Contents
 
Retrieves the Contents collection
 
IApplicationObject::get_StaticObjects
 
Retrieves the StaticObjects collection
 
IApplicationObject::get_Value
 
Retrieves the value of a variable stored in the Application object.
 
IApplicationObject::Lock
 
Prevents other clients from accessing the variables stored in the Application object until IApplication::Unlock is called.
 
IApplicationObject::putref_Value
 
Stores a variable in the Application object by reference.
 
IApplicationObject::put_Value
 
Stores a variable in the Application object by value.
 
IApplicationObject::UnLock
 
Releases the lock that was created by the IApplication::Lock method.
 
IApplication also supports all IUnknown and IDispatch interface methods.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page