The IApplicationObject::get_StaticObjects method retrieves the Appliction.StaticObjects collection.
HRESULT get_StaticObjects(
IVariantDictionary **ppProperties
);
ppProperties
Points to an IVariantDictionary interface pointer that receives the StaticObjects collection.
You can iterate through the StaticObjects collection with the IVariantDictionary::get_NewEnum method. You can also retrieve a specific item with the IVariantDictionary::get_Item method.
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.