Share via


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

get_Contents

Retrieves the Contents collection.

get_StaticObjects

Retrieves the StaticObjects collection.

get_Value

Retrieves the value of a variable stored in the Application Object object.

Lock

Prevents other clients from accessing the variables stored in the Application Object object until the IApplication::Unlock method is called.

putref_Value

Stores a variable in the Application Object object by reference.

put_Value

Stores a variable in the Application Object object by value.

UnLock

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