13.3.2 IApplicationObject::get_StaticObjects

The IApplicationObject::get_StaticObjects method retrieves the Appliction.StaticObjects collection.
HRESULT get_StaticObjects(
IVariantDictionary **ppProperties
);
Parameters
- ppProperties
- Points to an IVariantDictionary interface pointer that receives the StaticObjects collection.
Remarks
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 © 2000 Chili!Soft
|