13.3.1 IApplicationObject::get_Contents

The IApplicationObject::get_Contents method retrieves the Application.Contents collection.
HRESULT get_Contents(
IVariantDictionary **ppProperties
)
Parameters
- ppProperties
- Points to an IVariantDictionary interface pointer that receives the Contents collection.
Remarks
The Application.Contents collection contains all variables and object 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 © 2000 Chili!Soft
|