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

 

IApplicationObject::get_Contents

The IApplicationObject::get_Contents method retrieves the Application.Contents collection.

HRESULT get_Contents(

IVariantDictionary **ppProperties

)

Parameters: IApplicationObject::get_Contents

ppProperties

Points to an IVariantDictionary interface pointer that receives the Contents collection.

Remarks: IApplicationObject::get_Contents

The Application.Contents collection contains all variables and objects that have been given application scope with the Server.CreateObject command. You can iterate through the Contents collection with the IVariantDictionary::get_NewEnum method. You can also retrieve a specific item with the IVariantDictionary::get_Item method.

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