IApplicationObject C++ Interface
The IApplicationObject interface exposes the methods of the Application Object.
Methods in Vtable Order
The IApplicationObject interface inherits the methods of the standard COM interface IUnknown.
The IApplicationObject interface defines the following methods.
Method |
Description |
---|---|
Retrieves the Contents collection. |
|
Retrieves the StaticObjects collection. |
|
Retrieves the value of a variable stored in the Application Object object. |
|
Prevents other clients from accessing the variables stored in the Application Object object until the IApplication::Unlock method is called. |
|
Stores a variable in the Application Object object by reference. |
|
Stores a variable in the Application Object object by value. |
|
Releases a variable that was locked by the IApplication::Lock method. |
Note
This interface also supports all IUnknown and IDispatch interface methods. For more information, see \inetsrv\asp\cmpnts\asptlb.h, the header file installed with ASP.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS