This interface exposes the methods of the Application object.
Method |
Description |
Retrieves the value of a variable stored in the Application object. | |
Prevents other clients from accessing the variables stored in the Application object until the Unlock method has been called. | |
Stores a variable in the Application object by reference. | |
Stores a variable in the Application object by value. | |
Releases a variable that was locked by the Lock method. |
Note This interface also supports the IUnknown and IDispatch methods. For more information, see \Inetsrv\Asp\Cmpnts\Asptlb.h, the header file installed with Active Server Pages.